Method | Description | |
---|---|---|
ExecIdCall ( |
||
HasInstance ( Scriptable instance ) : bool |
hasInstance for XML objects works differently than other objects; see ECMA357 13.4.3.10. hasInstance for XML objects works differently than other objects; see ECMA357 13.4.3.10. |
Method | Description | |
---|---|---|
FindInstanceIdInfo ( string s ) : int | ||
FindPrototypeId ( string s ) : int | ||
GetInstanceIdName ( int id ) : string | ||
GetInstanceIdValue ( int id ) : object | ||
GetMaxInstanceId ( ) : int | ||
InitPrototypeId ( int id ) : void | ||
SetInstanceIdValue ( int id, object value ) : void |
Method | Description | |
---|---|---|
ReadSettings ( Scriptable source ) : void | ||
WriteSetting ( Scriptable target ) : void | ||
XMLCtor ( |
public ExecIdCall ( |
||
f | ||
cx | ||
scope | Scriptable | |
thisObj | Scriptable | |
args | object | |
return | object |
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 |
public HasInstance ( Scriptable instance ) : bool | ||
instance | Scriptable | |
return | bool |
protected SetInstanceIdValue ( int id, object value ) : void | ||
id | int | |
value | object | |
return | void |