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

Unified Diff: src/accessors.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: code review + less whitespaces allowed. 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
Index: src/accessors.h
diff --git a/src/accessors.h b/src/accessors.h
index 41993ea1c70daf2a54933436e4e2e160f0b34cbd..a4195d8f4216aba062b57080d145bb56bdc8881b 100644
--- a/src/accessors.h
+++ b/src/accessors.h
@@ -32,6 +32,8 @@ namespace internal {
V(ScriptName) \
V(ScriptSource) \
V(ScriptType) \
+ V(ScriptSourceUrl) \
+ V(ScriptSourceMappingUrl) \
V(StringLength)
// Accessors contains all predefined proxy accessors.

Powered by Google App Engine
This is Rietveld 408576698