Thanks for the pointer, it also seems to require ebug::SetConsoleDelegate(
isolate, &console); which is also not public.


D8Console console(isolate);
debug::SetConsoleDelegate(isolate, &console);
I am starting to get the picture now if I don't want to resort to modifying 
the v8 library I cannot achieve what I need, the useful stuff is all locked 
away and reserved for the v8 devs :(

Thank you for the pointers. 
Gerry

-- 
-- 
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