Method | Description | |
---|---|---|
ExecIdCall ( |
||
GetClassName ( ) : string | ||
GetStopIterationObject ( Scriptable scope ) : object |
Get the value of the "StopIteration" object. Get the value of the "StopIteration" object. Note that this value is stored in the top-level scope using "associateValue" so the value can still be found even if a script overwrites or deletes the global "StopIteration" property. |
Method | Description | |
---|---|---|
FindPrototypeId ( string s ) : int | ||
InitPrototypeId ( int id ) : void |
Method | Description | |
---|---|---|
Init ( ScriptableObject scope, bool @sealed ) : void | ||
JsConstructor ( |
||
NativeIterator ( ) : System |
Only for constructing the prototype object. Only for constructing the prototype object. |
|
NativeIterator ( object objectIterator ) : System | ||
Next ( |
public ExecIdCall ( |
||
f | ||
cx | ||
scope | Scriptable | |
thisObj | Scriptable | |
args | object | |
return | object |
public static GetStopIterationObject ( Scriptable scope ) : object | ||
scope | Scriptable | a scope whose parent chain reaches a top-level scope |
return | object |