Index: src/mips64/macro-assembler-mips64.h |
diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h |
index 7fae8ddf020ea6ef28218269bda778ac1878d117..797ddcdfe09aca40d01847aa899d2ad173d2b49c 100644 |
--- a/src/mips64/macro-assembler-mips64.h |
+++ b/src/mips64/macro-assembler-mips64.h |
@@ -1021,6 +1021,7 @@ class MacroAssembler: public Assembler { |
// Invoke the JavaScript function code by either calling or jumping. |
void InvokeCode(Register code, |
+ Register new_code, |
const ParameterCount& expected, |
const ParameterCount& actual, |
InvokeFlag flag, |
@@ -1029,6 +1030,7 @@ class MacroAssembler: public Assembler { |
// Invoke the JavaScript function in the given register. Changes the |
// current context to the context in the function before invoking. |
void InvokeFunction(Register function, |
+ Register new_target, |
const ParameterCount& actual, |
InvokeFlag flag, |
const CallWrapper& call_wrapper); |