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 ContinuationPendingContext. captureContinuation()Capture a continuation from the current execution.Methods in org.mozilla.javascript that throw ContinuationPending Modifier and Type Method Description java.lang.ObjectContext. callFunctionWithContinuations(Callable function, Scriptable scope, java.lang.Object[] args)Call function that may pause execution by capturing a continuation.java.lang.ObjectContext. executeScriptWithContinuations(Script script, Scriptable scope)Execute script that may pause execution by capturing a continuation.java.lang.ObjectContext. resumeContinuation(java.lang.Object continuation, Scriptable scope, java.lang.Object functionResult)Restarts execution of the JavaScript suspended at the call toContext.captureContinuation().
-