Method | Description | |
---|---|---|
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object | ||
Get ( int index, Scriptable start ) : object | ||
GetClassName ( ) : string | ||
Put ( int index, Scriptable start, object value ) : void | ||
ToCharSequence ( ) : CharSequence | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
FillConstructorProperties ( IdFunctionObject ctor ) : void | ||
FindInstanceIdInfo ( string s ) : int | ||
FindPrototypeId ( string s ) : int | ||
GetInstanceIdName ( int id ) : string | ||
GetInstanceIdValue ( int id ) : object | ||
GetMaxInstanceId ( ) : int | ||
InitPrototypeId ( int id ) : void |
Method | Description | |
---|---|---|
GetLength ( ) : int | ||
Init ( Scriptable scope, bool @sealed ) : void | ||
Js_concat ( string target, object args ) : string | ||
Js_indexOf ( string target, object args ) : int | ||
Js_lastIndexOf ( string target, object args ) : int | ||
Js_slice ( CharSequence target, object args ) : CharSequence | ||
Js_substr ( CharSequence target, object args ) : CharSequence | ||
Js_substring ( Context cx, CharSequence target, object args ) : CharSequence | ||
NativeString ( CharSequence s ) : System | ||
RealThis ( Scriptable thisObj, IdFunctionObject f ) : |
||
Tagify ( object thisObj, string tag, string attribute, object args ) : string |
public ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object | ||
f | IdFunctionObject | |
cx | Context | |
scope | Scriptable | |
thisObj | Scriptable | |
args | object | |
return | object |
protected FillConstructorProperties ( IdFunctionObject ctor ) : void | ||
ctor | IdFunctionObject | |
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 |
public Put ( int index, Scriptable start, object value ) : void | ||
index | int | |
start | Scriptable | |
value | object | |
return | void |