You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can pass a context to script, so script can create an object and store it in {}context{}.
Next executing of script can not use object from context due to new classloader in next execution.