Home | History | Annotate | Download | only in src

Lines Matching refs:scope

37 // Scope information represents information about a functions's
39 // and the allocation of the scope's variables. Scope information
54 // Create a ScopeInfo instance from a scope.
55 explicit ScopeInfo(Scope* scope);
60 // Creates a SerializedScopeInfo holding the serialized scope info.
102 // This object provides quick access to scope info details for runtime
112 // Does this scope call eval?
115 // Does this scope have an arguments shadow?
129 // Lookup support for serialized scope info. Returns the
135 // Lookup support for serialized scope info. Returns the
142 // Lookup support for serialized scope info. Returns the
147 // Lookup support for serialized scope info. Returns the
153 static Handle<SerializedScopeInfo> Create(Scope* scope);
155 // Serializes empty scope info.