Method | Description | |
---|---|---|
AddValues ( |
Custom + operator. Custom + operator. Should return The default implementation returns |
|
Delete ( |
Implementation of ECMAScript [[Delete]]. Implementation of ECMAScript [[Delete]]. |
|
EnterDotQuery ( Scriptable scope ) : |
Wrap this object into NativeWith to implement the .() query. Wrap this object into NativeWith to implement the .() query. |
|
EnterWith ( Scriptable scope ) : |
Wrap this object into NativeWith to implement the with statement. Wrap this object into NativeWith to implement the with statement. |
|
Get ( |
Implementation of ECMAScript [[Get]]. Implementation of ECMAScript [[Get]]. |
|
GetExtraMethodSource ( |
Return an additional object to look for methods that runtime should consider during method search. Return an additional object to look for methods that runtime should consider during method search. Return null if no such object available. |
|
GetFunctionProperty ( |
||
GetFunctionProperty ( |
||
GetTypeOf ( ) : string |
Gets the value returned by calling the typeof operator on this object. Gets the value returned by calling the typeof operator on this object. |
|
Has ( |
Implementation of ECMAScript [[Has]]. Implementation of ECMAScript [[Has]]. |
|
MemberRef ( |
Generic reference to implement x.@y, x..y etc. Generic reference to implement x.@y, x..y etc. |
|
MemberRef ( |
Generic reference to implement x::ns, x.@ns::y, x..@ns::y etc. Generic reference to implement x::ns, x.@ns::y, x..@ns::y etc. |
|
Put ( |
Implementation of ECMAScript [[Put]]. Implementation of ECMAScript [[Put]]. |
|
XMLObject ( ) : Rhino | ||
XMLObject ( Scriptable scope, Scriptable prototype ) : Rhino |
public AddValues ( |
||
cx | the Context object associated with the current thread. | |
thisIsLeft | bool | /// if true, the object should calculate this + value /// if false, the object should calculate value + this. /// |
value | object | the second argument for addition operation. |
return | object |
public abstract Delete ( |
||
cx | ||
id | object | |
return | bool |
public abstract EnterDotQuery ( Scriptable scope ) : |
||
scope | Scriptable | |
return |
public abstract EnterWith ( Scriptable scope ) : |
||
scope | Scriptable | |
return |
public abstract Get ( |
||
cx | ||
id | object | |
return | object |
public abstract GetExtraMethodSource ( |
||
cx | ||
return | Scriptable |
public abstract GetFunctionProperty ( |
||
cx | ||
id | int | |
return | object |
public abstract GetFunctionProperty ( |
||
cx | ||
name | string | |
return | object |
public abstract Has ( |
||
cx | ||
id | object | |
return | bool |
public abstract MemberRef ( |
||
cx | ||
elem | object | |
memberTypeFlags | int | |
return |
public abstract MemberRef ( |
||
cx | ||
@namespace | object | |
elem | object | |
memberTypeFlags | int | |
return |
public abstract Put ( |
||
cx | ||
id | object | |
value | object | |
return | void |
public XMLObject ( Scriptable scope, Scriptable prototype ) : Rhino | ||
scope | Scriptable | |
prototype | Scriptable | |
return | Rhino |