Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dmodules.h50 void AddEmptyImport(const AstRawString* module_request,
Dmodules.cc54 void ModuleDescriptor::AddEmptyImport(const AstRawString* module_request, in AddEmptyImport() function in v8::internal::ModuleDescriptor
/external/v8/src/parsing/
Dparser.cc1076 module()->AddEmptyImport(module_specifier, specifier_loc); in ParseImportDeclaration()
1146 module()->AddEmptyImport(module_specifier, specifier_loc); in ParseImportDeclaration()
1287 module()->AddEmptyImport(module_specifier, specifier_loc); in ParseExportDeclaration()