Hello there,

I am wondering if v8 provides a way to extract a StackTrace from a
JavaScript Exception, ie something like:

try {
    ...
} catch (ex) {
    ex.stackTrace();
}


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

Reply via email to