Searched refs:RegularExportLocalName (Results 1 – 3 of 3) sorted by relevance
54 String* RegularExportLocalName(int i) const;
915 String* ModuleInfo::RegularExportLocalName(int i) const { in RegularExportLocalName() function in v8::internal::ModuleInfo
167 Handle<String> local_name(module_info->RegularExportLocalName(i), isolate); in DeserializeRegularExports()