Home | History | Annotate | Download | only in src

Lines Matching refs:LOOKUP

90   HashMap::Entry* p = HashMap::Lookup(name.location(), name->Hash(), true);
100 Variable* VariableMap::Lookup(Handle<String> name) {
101 HashMap::Entry* p = HashMap::Lookup(name.location(), name->Hash(), false);
297 Variable* result = variables_.Lookup(name);
303 // We should never lookup 'arguments' in this scope
310 // Check context slot lookup.
350 Variable* Scope::Lookup(Handle<String> name) {
676 Variable* var = map->Lookup(name);
680 // Allocate it by giving it a dynamic lookup.
681 var->set_rewrite(new Slot(var, Slot::LOOKUP, -1));
687 // Lookup a variable starting with this scope. The result is either
706 // We found a variable. If this is not an inner lookup, we are done.
718 // This lookup corresponds to a lookup in the "intermediate" scope sitting
742 // If this is a lookup from an inner scope, mark the variable.
776 // Note that we must do a lookup anyway, because if we find one,