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

Unified Diff: src/heap/heap.h

Issue 885043002: [V8] Added line, column and script symbols for SyntaxError (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased Created 5 years, 11 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/isolate.h » ('j') | no next file with comments »
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 9d7341a2deecf24f1d1a20a2550646430e46080b..2975d09f63de15cb16e33a0d1c19ba030b5fc976 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -302,7 +302,10 @@ namespace internal {
V(promise_has_handler_symbol) \
V(class_script_symbol) \
V(class_start_position_symbol) \
- V(class_end_position_symbol)
+ V(class_end_position_symbol) \
+ V(error_start_pos_symbol) \
+ V(error_end_pos_symbol) \
+ V(error_script_symbol)
#define PUBLIC_SYMBOL_LIST(V) \
V(has_instance_symbol, symbolHasInstance, Symbol.hasInstance) \
« no previous file with comments | « no previous file | src/isolate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698