There has been a JavaScript stack trace API in V8 for some time now, but it have not been well documented. However this has now been fixed and the nice documentation by christian.plesner.hansen can be found at http://code.google.com/p/v8/wiki/JavaScriptStackTraceApi.
There is also a C++ counterpart for which the documentation is in the C++ header file. Look for class StackTrace and friends in http://code.google.com/p/v8/source/browse/branches/bleeding_edge/include/v8.h . Regards, Søren -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
