| Index: src/interpreter/interpreter.h
|
| diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
|
| index 2007748dfb3833c8e8dba55d0b333bba132e78bd..e54342dc6f56dc37577fb6bf1ff679b818119682 100644
|
| --- a/src/interpreter/interpreter.h
|
| +++ b/src/interpreter/interpreter.h
|
| @@ -102,6 +102,10 @@ class Interpreter {
|
| // Generates code to perform a JS call.
|
| void DoJSCall(InterpreterAssembler* assembler, TailCallMode tail_call_mode);
|
|
|
| + // Generates code to perform a JS call that collects type feedback.
|
| + void DoJSCallWithFeedback(InterpreterAssembler* assembler,
|
| + TailCallMode tail_call_mode);
|
| +
|
| // Generates code to perform a runtime call.
|
| void DoCallRuntimeCommon(InterpreterAssembler* assembler);
|
|
|
|
|