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

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

Issue 1272673003: [es6] Re-implement rest parameters via desugaring. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
Index: src/ast-value-factory.h
diff --git a/src/ast-value-factory.h b/src/ast-value-factory.h
index ca36ac8ea19995b785a4802c56e412bbe91c27cc..105a263f03966e933388015ac70ae4eff4ccf894 100644
--- a/src/ast-value-factory.h
+++ b/src/ast-value-factory.h
@@ -262,6 +262,7 @@ class AstValue : public ZoneObject {
F(initialize_var_global, "initializeVarGlobal") \
F(is_construct_call, "_IsConstructCall") \
F(is_spec_object, "_IsSpecObject") \
+ F(length, "length") \
F(let, "let") \
F(make_reference_error, "MakeReferenceError") \
F(make_syntax_error, "MakeSyntaxError") \
« no previous file with comments | « src/arm64/code-stubs-arm64.cc ('k') | src/bailout-reason.h » ('j') | src/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698