| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript | |
| org.htmlunit.corejs.javascript.tests |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ContextFactory.call(ContextAction<T> action)
Call
run(Context cx) using the Context instance associated with
the current thread. |
static <T> T |
Context.call(ContextAction<T> action)
Deprecated.
use
ContextFactory.call(ContextAction) instead as this method relies on
usage of a static singleton "global" ContextFactory. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Utils.runWithAllModes(ContextAction<?> action)
Runs the action successively with interpreted and optimized mode
|
static void |
Utils.runWithAllModes(ContextFactory contextFactory,
ContextAction<?> action)
Runs the action successively with interpreted and optimized mode
|
static void |
Utils.runWithMode(ContextAction<?> action,
boolean interpretedMode)
Runs the provided action at the given interpretation mode
|
static void |
Utils.runWithMode(ContextFactory contextFactory,
ContextAction<?> action,
boolean interpretedMode)
Runs the provided action at the given interpretation mode
|
Copyright © 2025 HtmlUnit. All rights reserved.