Uses of Interface
org.mozilla.javascript.ContextAction
Packages that use ContextAction
-
Uses of ContextAction in org.mozilla.javascript
Methods in org.mozilla.javascript with parameters of type ContextActionModifier and TypeMethodDescriptionstatic <T> TContext.call(ContextAction<T> action) Deprecated.final <T> TContextFactory.call(ContextAction<T> action) Callrun(Context cx)using theContextinstance associated with the current thread.
ContextFactory.call(ContextAction)instead as this method relies on usage of a static singleton "global" ContextFactory.