| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript |
| Modifier and Type | Method and Description |
|---|---|
static NativeContinuation |
Interpreter.captureContinuation(Context cx) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NativeContinuation.equalImplementations(NativeContinuation c1,
NativeContinuation c2)
Returns true if both continuations have equal implementations.
|
static Object |
Interpreter.restartContinuation(NativeContinuation c,
Context cx,
Scriptable scope,
Object[] args) |
void |
ContinuationPending.setContinuation(NativeContinuation continuation)
Set continuation object.
|
| Constructor and Description |
|---|
ContinuationPending(NativeContinuation continuationState)
Construct a ContinuationPending exception.
|
Copyright © 2023 HtmlUnit. All rights reserved.