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

Unified Diff: src/heap/heap.h

Issue 1281833002: Rewrite Error.prototype.toString in C++. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: address comments Created 5 years, 4 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 | « src/bootstrapper.cc ('k') | src/isolate.h » ('j') | src/messages.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index 6666b2c8238189ccfe269a8616c660550a69fe6a..770f0ff4a4fb80d473ba2b6f991992ad1a660f33 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -324,7 +324,8 @@ namespace internal {
V(class_end_position_symbol) \
V(error_start_pos_symbol) \
V(error_end_pos_symbol) \
- V(error_script_symbol)
+ V(error_script_symbol) \
+ V(internal_error_symbol)
#define PUBLIC_SYMBOL_LIST(V) \
V(has_instance_symbol, symbolHasInstance, Symbol.hasInstance) \
« no previous file with comments | « src/bootstrapper.cc ('k') | src/isolate.h » ('j') | src/messages.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698