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

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

Issue 1235153006: [es6] re-implement rest parameters via desugaring (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: More/fewer removals Created 5 years, 5 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 2fee0396fd487b02ac8d4020de783abcb989c810..59e1c1a5c11c6fd5c6ffa2412aa2dced27e6964b 100644
--- a/src/ast-value-factory.h
+++ b/src/ast-value-factory.h
@@ -256,12 +256,14 @@ class AstValue : public ZoneObject {
F(dot_module, ".module") \
F(dot_result, ".result") \
F(empty, "") \
+ F(empty_array, "$createEmptyArray") \
F(eval, "eval") \
F(get_template_callsite, "$getTemplateCallSite") \
F(initialize_const_global, "initializeConstGlobal") \
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/full-codegen-arm64.cc ('k') | src/bailout-reason.h » ('j') | src/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698