Home | History | Annotate | Download | only in ast

Lines Matching refs:Lookup

36   // FIXME(marja): fix the type of Lookup.
50 Variable* VariableMap::Lookup(const AstRawString* name) {
51 Entry* p = ZoneHashMap::Lookup(const_cast<AstRawString*>(name), name->hash());
394 Variable* result = variables_.Lookup(name);
406 // Check context slot lookup.
424 location = VariableLocation::LOOKUP;
456 // If we are backed by a scope info, try to lookup the variable there.
474 Variable* Scope::Lookup(const AstRawString* name) {
608 Variable* other_var = current->variables_.Lookup(name);
872 case VariableLocation::LOOKUP:
873 PrintF("lookup");
1035 Variable* var = map->Lookup(name);
1045 // Allocate it by giving it a dynamic lookup.
1046 var->AllocateTo(VariableLocation::LOOKUP, -1);
1058 // allocation is already fixed. We can simply return with dynamic lookup.
1097 // statically resolved. However, note that it was necessary to do a lookup
1110 // In that case, change the lookup result to reflect this situation.
1263 // an eval() call or a runtime with lookup), it must be allocated in the