메소드 | 설명 | |
---|---|---|
SymbolInstance ( |
Creates a new symbol instance.
|
메소드 | 설명 | |
---|---|---|
GetDeclarativeProperties ( ScriptEngine engine ) : List |
||
InitializePrototypeProperties ( |
Initializes the prototype properties.
|
|
ToPrimitive ( string hint ) : |
||
ToStringJS ( ) : string | ||
ValueOf ( ) : |
||
__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 |
public SymbolInstance ( |
||
prototype | The next object in the prototype chain. | |
description | string | An optional description of the symbol. |
리턴 | System |