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
Instance properties like .ERROR, that are likely to be needed by code adding native functions to the interpreter, are renamed by the compiler, causing (e.g.) myInterpreter.createObject(myInterpreter.ERROR) to fail when using acorn_interpreter.js.
The text was updated successfully, but these errors were encountered:
Instance properties like
.ERROR
, that are likely to be needed by code adding native functions to the interpreter, are renamed by the compiler, causing (e.g.)myInterpreter.createObject(myInterpreter.ERROR)
to fail when usingacorn_interpreter.js
.The text was updated successfully, but these errors were encountered: