Method | Description | |
---|---|---|
Call ( |
||
Construct ( |
||
GetFunctionName ( ) : string |
Method | Description | |
---|---|---|
FindInstanceIdInfo ( string s ) : int | ||
GetInstanceIdName ( int id ) : string | ||
GetInstanceIdValue ( int id ) : object | ||
GetMaxInstanceId ( ) : int | ||
SetInstanceIdValue ( int id, object value ) : void |
Method | Description | |
---|---|---|
GetImpl ( ) : |
||
NativeRegExpCtor ( ) : Rhino |
public Call ( |
||
cx | ||
scope | Scriptable | |
thisObj | Scriptable | |
args | object | |
return | object |
public Construct ( |
||
cx | ||
scope | Scriptable | |
args | object | |
return | Scriptable |
protected FindInstanceIdInfo ( string s ) : int | ||
s | string | |
return | int |
protected GetInstanceIdName ( int id ) : string | ||
id | int | |
return | string |
protected GetInstanceIdValue ( int id ) : object | ||
id | int | |
return | object |
protected SetInstanceIdValue ( int id, object value ) : void | ||
id | int | |
value | object | |
return | void |