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