Index: src/compiler/raw-machine-assembler.h |
diff --git a/src/compiler/raw-machine-assembler.h b/src/compiler/raw-machine-assembler.h |
index 4ada99df3eff82e0bbfa577442935969d4c8f223..f7cc8a311de22757059e137d0921e4ce5ca66498 100644 |
--- a/src/compiler/raw-machine-assembler.h |
+++ b/src/compiler/raw-machine-assembler.h |
@@ -71,6 +71,10 @@ class RawMachineAssembler : public GraphBuilder, |
Label* Exit(); |
void Goto(Label* label); |
void Branch(Node* condition, Label* true_val, Label* false_val); |
+ // Call through CallFunctionStub with lazy deopt and frame-state. |
+ Node* CallFunctionStub0(Node* function, Node* receiver, Node* context, |
+ Node* frame_state, Label* continuation, |
+ Label* deoptimization, CallFunctionFlags flags); |
// Call to a JS function with zero parameters. |
Node* CallJS0(Node* function, Node* receiver, Label* continuation, |
Label* deoptimization); |