Lines Matching refs:ScopeInfo
95 // - ScopeInfo
1009 V(ScopeInfo) \
4028 // ScopeInfo represents information about different scopes of a source
4030 // is stored in a compressed form in ScopeInfo objects and is used
4035 class ScopeInfo : public FixedArray {
4037 static inline ScopeInfo* cast(Object* object);
4135 static Handle<ScopeInfo> Create(Scope* scope, Zone* zone);
4138 static ScopeInfo* Empty(Isolate* isolate);
4144 // The layout of the static part of a ScopeInfo is as follows. Each entry is
4181 // The layout of the variable part of a ScopeInfo is as follows:
6299 DECL_ACCESSORS(scope_info, ScopeInfo)
6902 DECL_ACCESSORS(scope_info, ScopeInfo)