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
The exception returned is:
org.mozilla.javascript.EcmaError: ReferenceError: "JSON" is not defined. (myscript.js#1)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3557)
... more ...
The text was updated successfully, but these errors were encountered:
The following unit test fails due to the fact that Rhino 1.7r4 does not initialize the global scope with JSON:
The exception returned is:
org.mozilla.javascript.EcmaError: ReferenceError: "JSON" is not defined. (myscript.js#1)
at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3557)
... more ...
The text was updated successfully, but these errors were encountered: