Property | Type | Description | |
---|---|---|---|
parent | Scriptable | ||
prototype | Scriptable |
Method | Description | |
---|---|---|
Delete ( int index ) : void | ||
Delete ( string id ) : void | ||
ExecIdCall ( |
||
Get ( int index, Scriptable start ) : object | ||
Get ( string id, Scriptable start ) : object | ||
GetClassName ( ) : string | ||
GetDefaultValue ( |
||
GetIds ( ) : object[] | ||
GetParentScope ( ) : Scriptable | ||
GetPrototype ( ) : Scriptable | ||
Has ( int index, Scriptable start ) : bool | ||
Has ( string id, Scriptable start ) : bool | ||
HasInstance ( Scriptable value ) : bool | ||
Put ( int index, Scriptable start, object value ) : void | ||
Put ( string id, Scriptable start, object value ) : void | ||
SetParentScope ( Scriptable parent ) : void | ||
SetPrototype ( Scriptable prototype ) : void |
Method | Description | |
---|---|---|
NativeWith ( Scriptable parent, Scriptable prototype ) : System | ||
UpdateDotQuery ( bool value ) : object |
Must return null to continue looping or the final collection result. Must return null to continue looping or the final collection result. |
Method | Description | |
---|---|---|
Init ( Scriptable scope, bool @sealed ) : void | ||
IsWithFunction ( object functionObj ) : bool | ||
NativeWith ( ) : System | ||
NewWithSpecial ( |
public ExecIdCall ( |
||
f | ||
cx | ||
scope | Scriptable | |
thisObj | Scriptable | |
args | object | |
return | object |
public Get ( int index, Scriptable start ) : object | ||
index | int | |
start | Scriptable | |
return | object |
public Get ( string id, Scriptable start ) : object | ||
id | string | |
start | Scriptable | |
return | object |
public GetDefaultValue ( |
||
typeHint | ||
return | object |
public Has ( int index, Scriptable start ) : bool | ||
index | int | |
start | Scriptable | |
return | bool |
public Has ( string id, Scriptable start ) : bool | ||
id | string | |
start | Scriptable | |
return | bool |
public HasInstance ( Scriptable value ) : bool | ||
value | Scriptable | |
return | bool |
protected NativeWith ( Scriptable parent, Scriptable prototype ) : System | ||
parent | Scriptable | |
prototype | Scriptable | |
return | System |
public Put ( int index, Scriptable start, object value ) : void | ||
index | int | |
start | Scriptable | |
value | object | |
return | void |
public Put ( string id, Scriptable start, object value ) : void | ||
id | string | |
start | Scriptable | |
value | object | |
return | void |
public SetParentScope ( Scriptable parent ) : void | ||
parent | Scriptable | |
return | void |
public SetPrototype ( Scriptable prototype ) : void | ||
prototype | Scriptable | |
return | void |
protected UpdateDotQuery ( bool value ) : object | ||
value | bool | |
return | object |