Uses of Interface
org.mozilla.javascript.ContextAction
-
Packages that use ContextAction Package Description org.mozilla.javascript -
-
Uses of ContextAction in org.mozilla.javascript
Methods in org.mozilla.javascript with parameters of type ContextAction Modifier and Type Method Description static <T> T
Context. call(ContextAction<T> action)
Deprecated.useContextFactory.call(ContextAction)
instead as this method relies on usage of a static singleton "global" ContextFactory.<T> T
ContextFactory. call(ContextAction<T> action)
Callrun(Context cx)
using theContext
instance associated with the current thread.
-