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

Unified Diff: src/top.h

Issue 12826: RegExp stack and zone limits. (Closed)
Patch Set: Created 12 years, 1 month 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
« src/parser.cc ('K') | « src/parser.cc ('k') | src/top.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/top.h
diff --git a/src/top.h b/src/top.h
index 431f05e8ff4de84378bec619f9224e32e42694dd..29d46b5d5c1a9fcd96e242447fe385303abcf706 100644
--- a/src/top.h
+++ b/src/top.h
@@ -271,6 +271,8 @@ class Top {
static char* ArchiveThread(char* to);
static char* RestoreThread(char* from);
+ static const char* kStackOverflowMessage;
+
private:
// The context that initiated this JS execution.
static ThreadLocalTop thread_local_;
« src/parser.cc ('K') | « src/parser.cc ('k') | src/top.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698