Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 031ec6e10433cfb9c0c4144aa9f9c5687ac145ec..e9c8378332e5c9d83dc1355211d1e47f1796541a 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4055,6 +4055,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); |