| Package | Description |
|---|---|
| net.sourceforge.htmlunit.corejs.javascript |
| Modifier and Type | Method and Description |
|---|---|
static NativeContinuation |
Interpreter.captureContinuation(Context cx) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
Interpreter.restartContinuation(NativeContinuation c,
Context cx,
Scriptable scope,
java.lang.Object[] args) |
void |
ContinuationPending.setContinuation(NativeContinuation continuation)
Set continuation object.
|
| Constructor and Description |
|---|
ContinuationPending(NativeContinuation continuationState)
Construct a ContinuationPending exception.
|