| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index 6da40f4bc79257d4fad4166275606adc1d2f64bd..658e7368d4d0e2ba54fbcc208bb54d57cd20f0e4 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -55,6 +55,7 @@ class AstGraphBuilder : public AstVisitor {
|
|
|
| // Get the node that represents the outer function context.
|
| Node* GetFunctionContext();
|
| +
|
| // Get the node that represents the outer function closure.
|
| Node* GetFunctionClosure();
|
|
|
|
|