Method | Description | |
---|---|---|
Call ( |
||
Construct ( |
||
ExecIdCall ( |
||
GetClassName ( ) : string | ||
GetImplementation ( ) : object | ||
Init ( |
||
InitImplementation ( object implementation ) : void | ||
IsContinuationConstructor ( |
Method | Description | |
---|---|---|
FindPrototypeId ( string s ) : int | ||
InitPrototypeId ( int id ) : void |
public Call ( |
||
cx | ||
scope | Scriptable | |
thisObj | Scriptable | |
args | object | |
return | object |
public Construct ( |
||
cx | ||
scope | Scriptable | |
args | object | |
return | Scriptable |
public ExecIdCall ( |
||
f | ||
cx | ||
scope | Scriptable | |
thisObj | Scriptable | |
args | object | |
return | object |
public static Init ( |
||
cx | ||
scope | Scriptable | |
@sealed | bool | |
return | void |
public InitImplementation ( object implementation ) : void | ||
implementation | object | |
return | void |
public static IsContinuationConstructor ( |
||
f | ||
return | bool |