Method | Description | |
---|---|---|
Arguments ( |
||
Delete ( int index ) : void | ||
Get ( int index, Scriptable start ) : object | ||
GetClassName ( ) : string | ||
Has ( int index, Scriptable start ) : bool | ||
Put ( int index, Scriptable start, object value ) : void |
Method | Description | |
---|---|---|
DefineOwnProperty ( |
||
FindInstanceIdInfo ( string s ) : int | ||
GetInstanceIdName ( int id ) : string | ||
GetInstanceIdValue ( int id ) : object | ||
GetMaxInstanceId ( ) : int | ||
GetOwnPropertyDescriptor ( |
||
SetInstanceIdValue ( int id, object value ) : void |
Method | Description | |
---|---|---|
Arg ( int index ) : object | ||
GetFromActivation ( int index ) : object | ||
GetIds ( bool getAll ) : object[] | ||
PutIntoActivation ( int index, object value ) : void | ||
RemoveArg ( int index ) : void | ||
ReplaceArg ( int index, object value ) : void | ||
SharedWithActivation ( int index ) : bool |
public Arguments ( |
||
activation | ||
return | System |
protected DefineOwnProperty ( |
||
cx | ||
id | object | |
desc | ScriptableObject | |
checkValid | bool | |
return | void |
protected FindInstanceIdInfo ( string s ) : int | ||
s | string | |
return | int |
public Get ( int index, Scriptable start ) : object | ||
index | int | |
start | Scriptable | |
return | object |
protected GetInstanceIdName ( int id ) : string | ||
id | int | |
return | string |
protected GetInstanceIdValue ( int id ) : object | ||
id | int | |
return | object |
protected GetOwnPropertyDescriptor ( |
||
cx | ||
id | object | |
return | ScriptableObject |
public Has ( int index, Scriptable start ) : bool | ||
index | int | |
start | Scriptable | |
return | bool |
public Put ( int index, Scriptable start, object value ) : void | ||
index | int | |
start | Scriptable | |
value | object | |
return | void |
protected SetInstanceIdValue ( int id, object value ) : void | ||
id | int | |
value | object | |
return | void |