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

Unified Diff: src/builtins/builtins.h

Issue 2751523007: [builtins] Generic CallInterfaceDescriptors for TFS stubs (Closed)
Patch Set: Rebase Created 3 years, 9 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/builtins/builtins-promise-gen.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 26af9a416d0fe96e1136bea589c33970a9d96c91..5e95d7d1e977b935526874c8f21d6a72c727f4fb 100644
--- a/src/builtins/builtins.h
+++ b/src/builtins/builtins.h
@@ -667,7 +667,7 @@ class Isolate;
TFJ(PromiseThen, 2) \
TFJ(PromiseCatch, 1) \
TFJ(ResolvePromise, 2) \
- TFS(PromiseHandleReject, BUILTIN, kNoExtraICState, PromiseHandleReject, 1) \
+ TFS(PromiseHandleReject, BUILTIN, kNoExtraICState, GenericTagged3, 1) \
TFJ(PromiseHandle, 5) \
TFJ(PromiseResolve, 1) \
TFJ(PromiseReject, 1) \
@@ -729,10 +729,10 @@ class Isolate;
TFJ(RegExpPrototypeUnicodeGetter, 0) \
CPP(RegExpRightContextGetter) \
\
- TFS(RegExpReplace, BUILTIN, kNoExtraICState, RegExpReplace, 1) \
+ TFS(RegExpReplace, BUILTIN, kNoExtraICState, GenericTagged3, 1) \
TFJ(RegExpPrototypeReplace, 2) \
\
- TFS(RegExpSplit, BUILTIN, kNoExtraICState, RegExpSplit, 1) \
+ TFS(RegExpSplit, BUILTIN, kNoExtraICState, GenericTagged3, 1) \
TFJ(RegExpPrototypeSplit, 2) \
\
/* SharedArrayBuffer */ \
« no previous file with comments | « no previous file | src/builtins/builtins-promise-gen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698