JS-Interpreter icon indicating copy to clipboard operation
JS-Interpreter copied to clipboard

Important instance properties renamed by compiler

Open cpcallen opened this issue 5 years ago • 0 comments

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.

cpcallen avatar Apr 28 '20 18:04 cpcallen