Chromium Code Reviews

Unified Diff: src/builtins/builtins.h

Issue 2557283002: [turbofan] Add NewUnmappedArgumentsElements and NewRestParametersArguments. (Closed)
Patch Set: Fixes. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | src/builtins/builtins-internal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins/builtins.h
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
index 6f2d8555c119441cd2a72702b185cfdb94d3736e..2265cded87be070b24064b39ae3a13c7b2396624 100644
--- a/src/builtins/builtins.h
+++ b/src/builtins/builtins.h
@@ -151,6 +151,10 @@ namespace internal {
TFS(GrowFastDoubleElements, BUILTIN, kNoExtraICState, GrowArrayElements) \
TFS(GrowFastSmiOrObjectElements, BUILTIN, kNoExtraICState, \
GrowArrayElements) \
+ TFS(NewUnmappedArgumentsElements, BUILTIN, kNoExtraICState, \
+ NewArgumentsElements) \
+ TFS(NewRestParameterElements, BUILTIN, kNoExtraICState, \
+ NewArgumentsElements) \
\
/* Debugger */ \
DBG(FrameDropper_LiveEdit) \
« no previous file with comments | « no previous file | src/builtins/builtins-internal.cc » ('j') | no next file with comments »

Powered by Google App Engine