Method | Description | |
---|---|---|
BooleanInstance ( |
Creates a new boolean instance.
|
Method | Description | |
---|---|---|
CreatePrototype ( ScriptEngine engine, |
Creates the Boolean prototype object.
|
|
GetDeclarativeProperties ( ScriptEngine engine ) : List |
||
ToStringJS ( ) : string | ||
ValueOf ( ) : bool | ||
__STUB__ToStringJS ( ScriptEngine engine, object thisObj, object args ) : object | ||
__STUB__ValueOf ( ScriptEngine engine, object thisObj, object args ) : object |
public BooleanInstance ( |
||
prototype | The next object in the prototype chain. | |
value | bool | The value to initialize the instance with. |
return | System |