| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index 43a2d65c84382dc649ea8818fe26fc86db5e0c1c..c2bd697dfa1a971dd89ec5dd480d1d1c9390de6f 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -90,6 +90,9 @@ class AstGraphBuilder : public AstVisitor {
|
| SetOncePointer<Node> function_closure_;
|
| SetOncePointer<Node> function_context_;
|
|
|
| + // Tracks how many try-blocks are currently entered.
|
| + int try_nesting_level_;
|
| +
|
| // Temporary storage for building node input lists.
|
| int input_buffer_size_;
|
| Node** input_buffer_;
|
|
|