C# Class Jurassic.Library.SymbolInstance

Represents an instance of the Symbol object.
Inheritance: ObjectInstance
ファイルを表示 Open project: paulbartrum/jurassic Class Usage Examples

Public Methods

Method Description
SymbolInstance ( ObjectInstance prototype, string description ) : System

Creates a new symbol instance.

Private Methods

Method Description
GetDeclarativeProperties ( ScriptEngine engine ) : List
InitializePrototypeProperties ( ObjectInstance obj, SymbolConstructor constructor ) : void

Initializes the prototype properties.

ToPrimitive ( string hint ) : SymbolInstance
ToStringJS ( ) : string
ValueOf ( ) : SymbolInstance
__STUB__ToPrimitive ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__ToStringJS ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__ValueOf ( ScriptEngine engine, object thisObj, object args ) : object

Method Details

SymbolInstance() public method

Creates a new symbol instance.
public SymbolInstance ( ObjectInstance prototype, string description ) : System
prototype ObjectInstance The next object in the prototype chain.
description string An optional description of the symbol.
return System