|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContinuationPending | |
|---|---|
| org.mozilla.javascript | |
| Uses of ContinuationPending in org.mozilla.javascript |
|---|
| Methods in org.mozilla.javascript that return ContinuationPending | |
|---|---|
ContinuationPending |
Context.captureContinuation()
Capture a continuation from the current execution. |
| Methods in org.mozilla.javascript that throw ContinuationPending | |
|---|---|
Object |
Context.callFunctionWithContinuations(Callable function,
Scriptable scope,
Object[] args)
Call function that may pause execution by capturing a continuation. |
Object |
Context.executeScriptWithContinuations(Script script,
Scriptable scope)
Execute script that may pause execution by capturing a continuation. |
Object |
Context.resumeContinuation(Object continuation,
Scriptable scope,
Object functionResult)
Restarts execution of the JavaScript suspended at the call to Context.captureContinuation(). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||