Lines Matching defs:inner
403 // Check inner scopes recursively
405 // Don't check inner functions which won't be eagerly compiled.
846 // Reparent inner scopes.
1159 // for inner local variables that do not represent functions won't
1391 // specific variables, we can preparse inner functions without unresolved
1563 // Try to descend into inner scopes first.
1947 if (inner_scope_calls_eval_) Indent(n1, "// inner scope calls 'eval'\n");
2016 // Print inner scopes (disable by providing negative n).
2120 // the eval, so this avoids inner functions from looking up different
2199 // accessed from inside of an inner with scope (the property may not be in
2381 // Resolve unresolved variables for inner scopes.
2407 // If var is accessed from an inner scope, or if there is a possibility
2408 // that it might be accessed from the current or an inner scope (through
2634 // Allocate ScopeInfos for inner scopes.
2658 // case variables resolved through an inner scope will incorrectly check the
3093 Scope* inner = current_scope_;
3094 Scope* scope = inner->outer_scope();
3097 if (!inner->private_name_lookup_skips_outer_class()) {
3103 inner = scope;