Home | History | Annotate | Download | only in src

Lines Matching refs:ScopeInfo

93 //         - ScopeInfo
954 V(ScopeInfo) \
4072 // ScopeInfo represents information about different scopes of a source
4074 // is stored in a compressed form in ScopeInfo objects and is used
4079 class ScopeInfo : public FixedArray {
4081 DECLARE_CAST(ScopeInfo)
4186 static int ContextSlotIndex(Handle<ScopeInfo> scope_info, Handle<String> name,
4195 static int ContextGlobalSlotIndex(Handle<ScopeInfo> scope_info,
4221 static Handle<ScopeInfo> Create(Isolate* isolate, Zone* zone, Scope* scope);
4222 static Handle<ScopeInfo> CreateGlobalThisBinding(Isolate* isolate);
4225 static ScopeInfo* Empty(Isolate* isolate);
4231 // The layout of the static part of a ScopeInfo is as follows. Each entry is
4260 // The layout of the variable part of a ScopeInfo is as follows:
6416 // Pair used to store both a ScopeInfo and an extension object in the extension
6423 DECL_ACCESSORS(scope_info, ScopeInfo)
6813 DECL_ACCESSORS(scope_info, ScopeInfo)
7503 DECL_ACCESSORS(scope_info, ScopeInfo)