C# Class Jurassic.Library.ErrorInstance

Inheritance: ObjectInstance
Mostra file Open project: paulbartrum/jurassic Class Usage Examples

Private Methods

Method Description
CreatePrototype ( ScriptEngine engine, ErrorConstructor constructor, ErrorType type ) : ObjectInstance

Creates the Error prototype object.

ErrorInstance ( ObjectInstance prototype, string message ) : System

Creates a new Error instance with the given message.

GetDeclarativeProperties ( ScriptEngine engine ) : List
GetPrototype ( ScriptEngine engine, ErrorType type ) : ObjectInstance

Determine the prototype for the given error type.

SetStackTrace ( string path, string function, int line ) : void

Sets the stack trace information.

ToString ( ScriptEngine engine, object thisObj ) : string
__STUB__ToString ( ScriptEngine engine, object thisObj, object args ) : object