org.mozilla.javascript.continuations
public final class Continuation extends IdScriptableObject implements Function
| Method Summary | |
|---|---|
| Object | call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) |
| Scriptable | construct(Context cx, Scriptable scope, Object[] args) |
| Object | execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) |
| protected int | findPrototypeId(String s) |
| String | getClassName() |
| Object | getImplementation() |
| static void | init(Scriptable scope, boolean sealed) |
| void | initImplementation(Object implementation) |
| protected void | initPrototypeId(int id) |
| static boolean | isContinuationConstructor(IdFunctionObject f) |