Uses of Interface
org.mozilla.javascript.ContextAction
-
Uses of ContextAction in org.mozilla.javascript
Modifier and TypeMethodDescriptionstatic <T> T
Context.call
(ContextAction<T> action) Deprecated.final <T> T
ContextFactory.call
(ContextAction<T> action) Callrun(Context cx)
using theContext
instance associated with the current thread.
ContextFactory.call(ContextAction)
instead as this method relies on usage of a static singleton "global" ContextFactory.