Uses of Class
org.mozilla.javascript.ContinuationPending
-
Uses of ContinuationPending in org.mozilla.javascript
Modifier and TypeMethodDescriptionContext.captureContinuation()
Capture a continuation from the current execution.Modifier and TypeMethodDescriptionContext.callFunctionWithContinuations
(Callable function, Scriptable scope, Object[] args) Call function that may pause execution by capturing a continuation.Context.executeScriptWithContinuations
(Script script, Scriptable scope) Execute script that may pause execution by capturing a continuation.Context.resumeContinuation
(Object continuation, Scriptable scope, Object functionResult) Restarts execution of the JavaScript suspended at the call toContext.captureContinuation()
.