Property | Type | Description | |
---|---|---|---|
APPLY | string | ||
CALL | string | ||
CONSTRUCTOR | string | ||
PROTOTYPE | string |
Method | Description | |
---|---|---|
Construct ( |
||
Execute ( IJintVisitor visitor, JsDictionaryObject that, |
||
Execute ( IJintVisitor visitor, JsDictionaryObject that, |
||
GetBody ( ) : string | ||
HasInstance ( |
||
JsFunction ( IGlobal global ) : System |
|
|
JsFunction ( IGlobal global, |
||
JsFunction ( |
Init new function object with a specified prototype
|
|
ToBoolean ( ) : bool | ||
ToNumber ( ) : double | ||
ToSource ( ) : string | ||
ToString ( ) : string |
public Construct ( |
||
parameters | ||
genericArgs | ||
visitor | IJintVisitor | |
return |
public Execute ( IJintVisitor visitor, JsDictionaryObject that, |
||
visitor | IJintVisitor | |
that | JsDictionaryObject | |
parameters | ||
return |
public Execute ( IJintVisitor visitor, JsDictionaryObject that, |
||
visitor | IJintVisitor | |
that | JsDictionaryObject | |
parameters | ||
genericArguments | ||
return |
public JsFunction ( IGlobal global ) : System | ||
global | IGlobal | |
return | System |
public JsFunction ( IGlobal global, |
||
global | IGlobal | |
statement | ||
return | System |
public JsFunction ( |
||
prototype | prototype for this object | |
return | System |