NeilFraser / JS-Interpreter

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

Allow async functions to throw #178

Open cpcallen opened 4 years ago

cpcallen commented 4 years ago

Provide a convenient means to allow asynchronous functions to throw an exception rather than return a value.