Lines Matching refs:outer
167 // Lookup a variable in this scope or outer scopes.
235 // Inform the scope and outer scopes that the corresponding code contains an
353 // "sibling" points to a next inner scope of the outer scope of this scope.
378 bool AllowsLazyParsingWithoutUnresolvedVariables(const Scope* outer) const;
410 // Find the innermost outer scope that needs a context.
445 // Retrieve `IsSimpleParameterList` of current or outer function.
491 Scope* outer_scope_; // the immediately enclosing outer scope, or NULL
493 Scope* sibling_; // a sibling inner scope of the outer scope of this scope.
677 // outer scope. Only possible for function scopes; at most one variable.
819 // know what they will resolve to since the outer Scopes are incomplete) and
830 // Make sure this closure and all outer closures are eagerly compiled.
872 // This scope's outer context is an asm module.