Index: src/ast.cc |
diff --git a/src/ast.cc b/src/ast.cc |
index 0970253c296526e43384a695609079090e0edae5..b790e2536da6acc8b89f4b3ee4920c86ea046244 100644 |
--- a/src/ast.cc |
+++ b/src/ast.cc |
@@ -156,6 +156,11 @@ bool FunctionLiteral::AllowsLazyCompilation() { |
} |
+bool FunctionLiteral::AllowsLazyCompilationWithoutContext() { |
+ return scope()->AllowsLazyCompilationWithoutContext(); |
+} |
+ |
+ |
int FunctionLiteral::start_position() const { |
return scope()->start_position(); |
} |