C# Class Jurassic.Library.SymbolConstructor

Represents the built-in Symbol object.
Inheritance: ClrStubFunction
ファイルを表示 Open project: paulbartrum/jurassic Class Usage Examples

Private Methods

Method Description
Call ( string description = null ) : SymbolInstance
Construct ( ) : StringInstance
For ( string key ) : SymbolInstance
GetDeclarativeProperties ( ScriptEngine engine ) : List
KeyFor ( SymbolInstance symbol ) : string
SymbolConstructor ( ObjectInstance prototype, ObjectInstance instancePrototype ) : System

Creates a new Symbol object.

__STUB__Call ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__Construct ( ScriptEngine engine, object thisObj, object args ) : ObjectInstance
__STUB__For ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__KeyFor ( ScriptEngine engine, object thisObj, object args ) : object