exit()
will remove the association between the current thread and a Context if the prior call to enter()
on this thread newly associated a Context with this thread. Once the current thread no longer has an associated Context, it cannot be used to execute JavaScript until it is again associated with a Context.
@see org.mozilla.javascript.Context#enter()
@see #call(ContextAction)
@see ContextFactory#call(ContextAction)
|
|
|
|
|
|