Home | History | Annotate | Download | only in gn

Lines Matching refs:scope

25 class Scope;
46 virtual Value Execute(Scope* scope, Err* err) const = 0;
66 // Access an array or scope element.
78 // of a constant scope. Supporting this would also add a lot of complications
80 // in the const root scope that shouldn't be modified. Without a strong
95 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
117 Value ExecuteArrayAccess(Scope* scope, Err* err) const;
118 Value ExecuteScopeAccess(Scope* scope, Err* err) const;
138 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
170 // Set has_scope if this block introduces a nested scope.
175 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
190 // Doesn't create a nested scope.
191 Value ExecuteBlockInScope(Scope* our_scope, Err* err) const;
214 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
259 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
292 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
316 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
351 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;
375 virtual Value Execute(Scope* scope, Err* err) const OVERRIDE;