| Package | Description |
|---|---|
| net.sourceforge.htmlunit.corejs.javascript |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
ContextFactory.call(ContextAction action)
Call
run(Context cx) using the Context
instance associated with the current thread. |
static java.lang.Object |
Context.call(ContextAction action)
Deprecated.
use
ContextFactory.call(ContextAction) instead as
this method relies on usage of a static singleton "global"
ContextFactory. |