Lines Matching defs:current
602 // In case of complex parameters the current scope is the body scope and the
1268 Scope* current = decl->AsVariableDeclaration()->AsNested()->scope();
1274 Variable* other_var = current->LookupLocal(decl->var()->raw_name());
1275 if (current->is_catch_scope()) {
1277 current = current->outer_scope();
1284 current = current->outer_scope();
1285 } while (current != this);
1299 Scope* current = outer_scope_;
1305 // Use the current scope as the cache, since the general cache would be
1308 current->LookupInScopeOrScopeInfo(decl->var()->raw_name(), current);
1309 if (other_var != nullptr && !current->is_catch_scope()) {
1317 current = current->outer_scope();
1318 } while (current != end);
2070 // first quickly check if the current scope uses the cache scope before
2124 // living in a different scope to the current one, or some other
2195 // The current scope is a with scope, so the variable binding can not be
2250 // A variable binding may have been found in an outer scope, but the current
2408 // that it might be accessed from the current or an inner scope (through
2538 // because of the current ScopeInfo implementation (see
3014 // If we can find private name in the current class scope, we can bind
3030 // If the current scope does not have declared private names,