Uses of Class
net.sourceforge.htmlunit.corejs.javascript.ContinuationPending

Packages that use ContinuationPending
net.sourceforge.htmlunit.corejs.javascript   
 

Uses of ContinuationPending in net.sourceforge.htmlunit.corejs.javascript
 

Methods in net.sourceforge.htmlunit.corejs.javascript that return ContinuationPending
 ContinuationPending Context.captureContinuation()
          Capture a continuation from the current execution.
 

Methods in net.sourceforge.htmlunit.corejs.javascript that throw ContinuationPending
 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 to Context.captureContinuation().