| Index: src/interpreter/interpreter.h
|
| diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
|
| index b235f0ae0f9541a22ef575e00336cad23dc38436..7ed6bdaff668393d57866dec349a3b04107be517 100644
|
| --- a/src/interpreter/interpreter.h
|
| +++ b/src/interpreter/interpreter.h
|
| @@ -88,6 +88,9 @@ class Interpreter {
|
| // Generates code to perform a JS call.
|
| void DoJSCall(InterpreterAssembler* assembler);
|
|
|
| + // Generates code to perform a JS call with feedback.
|
| + void DoJSCallWithFeedback(InterpreterAssembler* assembler);
|
| +
|
| // Generates code to perform a runtime call.
|
| void DoCallRuntimeCommon(InterpreterAssembler* assembler);
|
|
|
|
|