Home
last modified time | relevance | path

Searched refs:RegularExportLocalName (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dmodule-info.h54 String* RegularExportLocalName(int i) const;
Dscope-info.cc915 String* ModuleInfo::RegularExportLocalName(int i) const { in RegularExportLocalName() function in v8::internal::ModuleInfo
/external/v8/src/ast/
Dmodules.cc167 Handle<String> local_name(module_info->RegularExportLocalName(i), isolate); in DeserializeRegularExports()