pmed / v8pp

Bind C++ functions and classes into V8 JavaScript engine
http://pmed.github.io/v8pp/
Other
887 stars 119 forks source link

How to stop execution in script #145

Closed gellston closed 3 years ago

gellston commented 3 years ago

Hi V8pp Team.

currently i really need the function to stop execution in script side manually (not throw) how to implement this function?

thanks.