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
Script.createContext=function(sandbox){varctx=evals.createContext();debug('Creating context using sandbox '+JSON.stringify(sandbox));copyFromSandbox(sandbox,ctx);debug('Context after sandbox '+JSON.stringify(ctx));returnctx;};
causes in som cases exception:
org.mozilla.javascript.EcmaError: TypeError: Cyclic {0} value not allowed. (vm.js#70)
Removing JSON.stringify form debug call resolves issue.
The text was updated successfully, but these errors were encountered:
Using JSON.stringify in vm.js#70:
causes in som cases exception:
Removing JSON.stringify form debug call resolves issue.
The text was updated successfully, but these errors were encountered: