Hi,

how exactly is the new feature "execution termination" supposed to
work? I created a JS function "exit", which performs
"v8::V8::TerminateExecution()". However, the following code:

doSomething();
exit();
doSomethingElse();

seems to ignore the termination command, because doSomethingElse gets
normally executed...


Thanks,
Ondrej

--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to