| Index: src/interpreter/interpreter.h
|
| diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
|
| index 632c3c7bdfa46fc12170d425dc275de36e333aba..1482f55bed57be956aaa2d874be4c1e5dbcdee68 100644
|
| --- a/src/interpreter/interpreter.h
|
| +++ b/src/interpreter/interpreter.h
|
| @@ -84,6 +84,11 @@ class Interpreter {
|
| template <class Generator>
|
| void DoBinaryOpWithFeedback(InterpreterAssembler* assembler);
|
|
|
| + // Generates code to perform the comparison via |Generator| while gathering
|
| + // type feedback.
|
| + template <class Generator>
|
| + void DoCompareOpWithFeedback(InterpreterAssembler* assembler);
|
| +
|
| // Generates code to perform the bitwise binary operation corresponding to
|
| // |bitwise_op| while gathering type feedback.
|
| void DoBitwiseBinaryOp(Token::Value bitwise_op,
|
|
|