Uses of Class
org.mozilla.javascript.ContinuationPending

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().
 



Copyright © 2013. All Rights Reserved.