Lines Matching defs:local_name
55 const AstRawString* import_name, const AstRawString* local_name,
60 entry->local_name = local_name;
68 const AstRawString* local_name, const AstRawString* module_request,
72 entry->local_name = local_name;
85 void SourceTextModuleDescriptor::AddExport(const AstRawString* local_name,
90 entry->local_name = local_name;
163 ToStringOrUndefined(isolate, local_name),
189 DCHECK_EQ(it->second->local_name, next->second->local_name);
198 it->second->local_name->string();
235 DCHECK_NOT_NULL(entry->local_name);
236 auto import = regular_imports_.find(entry->local_name);
255 entry->local_name = nullptr;
279 DCHECK_NOT_NULL(entry->local_name);
292 DCHECK_NOT_NULL(entry->local_name);
358 DCHECK_NOT_NULL(entry->local_name);
359 if (module_scope->LookupLocal(entry->local_name) == nullptr) {
362 MessageTemplate::kModuleExportUndefined, entry->local_name);