JS-Interpreter
JS-Interpreter copied to clipboard
Important instance properties renamed by compiler
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.