Lines Matching defs:location
35 // the handle location remains alive for the duration of that variable
36 // use. Because a Variable holding a handle with the same location exists
968 VariableLocation location;
973 location = VariableLocation::CONTEXT;
979 location = VariableLocation::MODULE;
1005 var->AllocateTo(location, index);
1813 switch (var->location()) {
2303 if (var->location() == VariableLocation::MODULE && !var->IsExport()) {
2391 DCHECK(var->location() != VariableLocation::MODULE);
2973 Scanner::Location loc = proxy->location();