Index: src/compiler/bytecode-graph-builder.h |
diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h |
index 65e5042d9d7573d93c3f8b7de3a2b743d5f8193b..d2feb93a201defcdfbf7b6c67e15d374ad6f25f4 100644 |
--- a/src/compiler/bytecode-graph-builder.h |
+++ b/src/compiler/bytecode-graph-builder.h |
@@ -33,12 +33,12 @@ class BytecodeGraphBuilder { |
SourcePositionTable* source_positions); |
// Creates a graph by visiting bytecodes. |
- bool CreateGraph(); |
+ bool CreateGraph(bool stack_check = true); |
private: |
class Environment; |
- void VisitBytecodes(); |
+ void VisitBytecodes(bool stack_check); |
// Get or create the node that represents the outer function closure. |
Node* GetFunctionClosure(); |