Index: src/interpreter/interpreter-assembler.h |
diff --git a/src/interpreter/interpreter-assembler.h b/src/interpreter/interpreter-assembler.h |
index 2c5e6151d13037cb100a6e90e53d4655a5fdb879..33144f1103e1b45c3d72e7deafd853d4958088cb 100644 |
--- a/src/interpreter/interpreter-assembler.h |
+++ b/src/interpreter/interpreter-assembler.h |
@@ -131,6 +131,9 @@ class InterpreterAssembler : public compiler::CodeStubAssembler { |
// Dispatch to the bytecode. |
void Dispatch(); |
+ // Dispatch to handler. |
rmcilroy
2016/02/16 10:46:38
/s/handler/bytecode handler/
Yang
2016/02/19 13:09:18
Done.
|
+ void DispatchToHandler(compiler::Node* handler); |
+ |
// Abort with the given bailout reason. |
void Abort(BailoutReason bailout_reason); |