Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 582038cca64ea6cd8e8ae83ced0b43ec80968d0a..7969c29304170a79a2f07a21b1767f2237f1f169 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4088,6 +4088,7 @@ class ScopeInfo : public FixedArray { |
static Handle<ScopeInfo> Create(Isolate* isolate, Zone* zone, Scope* scope); |
+ static Handle<ScopeInfo> CreateGlobalThisBinding(Isolate* isolate); |
// Serializes empty scope info. |
static ScopeInfo* Empty(Isolate* isolate); |