Index: src/ast/scopes.h |
diff --git a/src/ast/scopes.h b/src/ast/scopes.h |
index ac3e948449c4212e1acd3b900f3ec0524cbb46d7..0e5f338bdfbd17851d1851f9322fe13be605d871 100644 |
--- a/src/ast/scopes.h |
+++ b/src/ast/scopes.h |
@@ -427,6 +427,8 @@ class V8_EXPORT_PRIVATE Scope : public NON_EXPORTED_BASE(ZoneObject) { |
int num_var() const { return variables_.occupancy(); } |
+ bool HasLazilyParsedInnerFunctionScope() const; |
+ |
// --------------------------------------------------------------------------- |
// Debugging. |