Метод | Описание | |
---|---|---|
Call ( |
||
Construct ( |
||
ExecIdCall ( |
||
GetClassName ( ) : string | ||
GetImplementation ( ) : object | ||
Init ( |
||
InitImplementation ( object implementation ) : void | ||
IsContinuationConstructor ( |
Метод | Описание | |
---|---|---|
FindPrototypeId ( string s ) : int | ||
InitPrototypeId ( int id ) : void |
public Call ( |
||
cx | ||
scope | Scriptable | |
thisObj | Scriptable | |
args | object | |
Результат | object |
public Construct ( |
||
cx | ||
scope | Scriptable | |
args | object | |
Результат | Scriptable |
public ExecIdCall ( |
||
f | ||
cx | ||
scope | Scriptable | |
thisObj | Scriptable | |
args | object | |
Результат | object |
protected FindPrototypeId ( string s ) : int | ||
s | string | |
Результат | int |
public static Init ( |
||
cx | ||
scope | Scriptable | |
@sealed | bool | |
Результат | void |
public InitImplementation ( object implementation ) : void | ||
implementation | object | |
Результат | void |
protected InitPrototypeId ( int id ) : void | ||
id | int | |
Результат | void |
public static IsContinuationConstructor ( |
||
f | ||
Результат | bool |