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

Unified Diff: src/ast-value-factory.h

Issue 934323004: Teach ModuleDescriptor about basic local exports (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Handled review comments, added message tests Created 5 years, 10 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/messages.js » ('j') | test/message/export-duplicate.out » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast-value-factory.h
diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h
index 294a2818590d6486e3e4c0a4d197ea5d57d3d27b..76e1958173b655c0b3b23a4586c7308c6119705e 100644
--- a/src/ast-value-factory.h
+++ b/src/ast-value-factory.h
@@ -236,6 +236,7 @@ class AstValue : public ZoneObject {
F(anonymous_function, "(anonymous function)") \
F(arguments, "arguments") \
F(constructor, "constructor") \
+ F(default, "default") \
F(done, "done") \
F(dot, ".") \
F(dot_for, ".for") \
« no previous file with comments | « no previous file | src/messages.js » ('j') | test/message/export-duplicate.out » ('J')

Powered by Google App Engine
This is Rietveld 408576698