Home | History | Annotate | Download | only in src

Lines Matching defs:ScopeInfo

83 //           - ScopeInfo
815 V(ScopeInfo) \
3322 // ScopeInfo represents information about different scopes of a source
3324 // is stored in a compressed form in ScopeInfo objects and is used
3329 class ScopeInfo : public FixedArray {
3331 static inline ScopeInfo* cast(Object* object);
3422 static Handle<ScopeInfo> Create(Scope* scope);
3425 static ScopeInfo* Empty();
3431 // The layout of the static part of a ScopeInfo is as follows. Each entry is
3468 // The layout of the variable part of a ScopeInfo is as follows:
5147 DECL_ACCESSORS(scope_info, ScopeInfo)