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

Unified Diff: src/heap.h

Issue 316173002: Handle "//# sourceURL" comments in the Parser instead of the JS. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: less magic in names Created 6 years, 6 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/messages.js » ('j') | src/vector.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap.h
diff --git a/src/heap.h b/src/heap.h
index 754b5588e05f89b11c8fffc7d77df82d5d29872a..6f39ef4f132416372ff2492e6693a3b19a49c754 100644
--- a/src/heap.h
+++ b/src/heap.h
@@ -288,6 +288,8 @@ namespace internal {
V(nan_string, "NaN") \
V(RegExp_string, "RegExp") \
V(source_string, "source") \
+ V(source_url_string, "source_url") \
+ V(source_mapping_url_string, "source_mapping_url") \
V(global_string, "global") \
V(ignore_case_string, "ignoreCase") \
V(multiline_string, "multiline") \
« no previous file with comments | « src/bootstrapper.cc ('k') | src/messages.js » ('j') | src/vector.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698