Revision: 4969
Author: christian.plesner.hansen
Date: Mon Jun 28 16:57:53 2010
Log: Edited wiki page through web user interface.
http://code.google.com/p/v8/source/detail?r=4969

Modified:
 /wiki/JavaScriptStackTraceApi.wiki

=======================================
--- /wiki/JavaScriptStackTraceApi.wiki  Mon Jun 28 16:57:41 2010
+++ /wiki/JavaScriptStackTraceApi.wiki  Mon Jun 28 16:57:53 2010
@@ -1,4 +1,4 @@
-#summary Overview of the V8 !JavaScript stack trace API.
+#summary Overview of the V8 JavaScript stack trace API.

All internal errors thrown in V8 capture a stack trace when they are created that can be accessed from !JavaScript through the error.stack property. V8 also has various hooks for controlling how stack traces are collected and formatted, and for allowing custom errors to also collect stack traces. This document outlines V8's !JavaScript stack trace API.

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

Reply via email to