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

Unified Diff: src/builtins/builtins.h

Issue 2930623002: [builtins] Start refactoring the Apply builtin. (Closed)
Patch Set: Address feedback. Created 3 years, 6 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/builtins/arm64/builtins-arm64.cc ('k') | src/builtins/builtins-call-gen.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 1e771f40ce72ebd578a4c6088b894e236f720773..55baf120a1c5dd8f95c2f6a9304912568035b8ee 100644
--- a/src/builtins/builtins.h
+++ b/src/builtins/builtins.h
@@ -126,7 +126,10 @@ class Builtins {
static void Generate_Call(MacroAssembler* masm, ConvertReceiverMode mode,
TailCallMode tail_call_mode);
- static void Generate_ForwardVarargs(MacroAssembler* masm, Handle<Code> code);
+ static void Generate_CallOrConstructVarargs(MacroAssembler* masm,
+ Handle<Code> code);
+ static void Generate_CallOrConstructForwardVarargs(MacroAssembler* masm,
+ Handle<Code> code);
static void Generate_InterpreterPushArgsThenCallImpl(
MacroAssembler* masm, ConvertReceiverMode receiver_mode,
« no previous file with comments | « src/builtins/arm64/builtins-arm64.cc ('k') | src/builtins/builtins-call-gen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698