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

Unified Diff: src/builtins/builtins.h

Issue 2645743002: [builtins] Port parameter and argument-related code stubs to CSA (Closed)
Patch Set: Review feedback Created 3 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 | « src/arm64/interface-descriptors-arm64.cc ('k') | src/builtins/builtins-arguments.h » ('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 1e26dfec5d174e4169409185a332ecb1b7237598..dce87be16eb007e51095ecf4a6be0f47b7e9ca25 100644
--- a/src/builtins/builtins.h
+++ b/src/builtins/builtins.h
@@ -103,6 +103,9 @@ class Isolate;
FastNewFunctionContext) \
TFS(FastNewFunctionContextFunction, BUILTIN, kNoExtraICState, \
FastNewFunctionContext) \
+ TFS(FastNewStrictArguments, BUILTIN, kNoExtraICState, FastNewArguments) \
+ TFS(FastNewSloppyArguments, BUILTIN, kNoExtraICState, FastNewArguments) \
+ TFS(FastNewRestParameter, BUILTIN, kNoExtraICState, FastNewArguments) \
TFS(FastCloneRegExp, BUILTIN, kNoExtraICState, FastCloneRegExp) \
TFS(FastCloneShallowArrayTrack, BUILTIN, kNoExtraICState, \
FastCloneShallowArray) \
« no previous file with comments | « src/arm64/interface-descriptors-arm64.cc ('k') | src/builtins/builtins-arguments.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698