| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript |
| 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. |
Copyright © 2025 HtmlUnit. All rights reserved.