NeilFraser / JS-Interpreter

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

why my app is throwing error when Interpreter.prototype.step() encounters type as 'VariableDeclaration' #197

Closed pushpalathachenna closed 3 years ago

pushpalathachenna commented 3 years ago

Help me to get out of this

TIA

NeilFraser commented 3 years ago

Need more information. What's the error? Can you give me a sample program that exhibits this problem?

Sent (awkwardly) from an Android device.

On Thu, 5 Nov 2020, 01:55 pushpalathachenna, notifications@github.com wrote:

Help me to get out of this

TIA

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/NeilFraser/JS-Interpreter/issues/197, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB5E4BMVKPRR2SPDVANDBDSOJZALANCNFSM4TLENVNQ .

cpcallen commented 3 years ago

This bug report does not contain enough information for there to be even the slightest possibility of us being able to help you. Please do a little reading about how to write a good bug report. At very minimum we need instructions on how to reproduce the error.