NeilFraser / JS-Interpreter

A sandboxed JavaScript interpreter in JavaScript.
Apache License 2.0
1.98k stars 353 forks source link

Unexpected exception: TypeError: this.functionMap_[type] is not a function #198

Closed pushpalathachenna closed 3 years ago

pushpalathachenna commented 3 years ago

getting the above error when i used this and it's not even giving me proper information to resolve

cpcallen commented 3 years ago

You need to give us a complete set of instructions about how to reproduce the error in order for us to be able to help you. For example, at minimum your bug report must contain a JavaScript program that creates an Interpreter instance and then then runs it in a way that produces the exception you are reporting.

I am going to close this bug report, but if you edit it to include instructions on how to reproduce the error I will re-open it.

I will continue to close any future bug reports you file against JS Interpreter which lack steps to reproduce (without further comment).