Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: src/checks.h

Issue 200343003: Expose DumpBacktrace for debugging purposes. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/checks.cc » ('j') | src/checks.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/checks.h
diff --git a/src/checks.h b/src/checks.h
index 57f18526186c5adbc19d011c771fa1c66e72215d..c623600dab6fa1eea63a7aa3b1542f5fca23834d 100644
--- a/src/checks.h
+++ b/src/checks.h
@@ -306,6 +306,9 @@ extern bool FLAG_enable_slow_asserts;
#define SLOW_ASSERT(condition) ((void) 0)
const bool FLAG_enable_slow_asserts = false;
#endif
+
+void DumpBacktrace();
Michael Starzinger 2014/03/14 14:29:19 nit: Can we get a one-liner comment that this expo
marja 2014/03/17 10:50:07 Done.
+
} // namespace internal
} // namespace v8
« no previous file with comments | « no previous file | src/checks.cc » ('j') | src/checks.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698