On Tue, Nov 18, 2014 at 12:06 AM, Francisco Tolmasky <tolma...@gmail.com> wrote:
> So this is actually being called from Contextify in node:
>
> //(script land...)
> x = new Contextify();
> y = new Script("whatever);
> y.runInContext(x) // this internally calls script->Run(), if the isolate is
> killed, then so is the managing code. I *just* want y to be killed.

Ah, like that.  I don't think there is much you can do, you don't
control the entry point to the script (the call to Script::Run().)

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to