Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dmodules.h48 void AddEmptyImport(const AstRawString* module_request);
Dmodules.cc35 void ModuleDescriptor::AddEmptyImport(const AstRawString* module_request) { in AddEmptyImport() function in v8::internal::ModuleDescriptor
/external/v8/src/parsing/
Dparser.cc1146 module()->AddEmptyImport(module_specifier); in ParseImportDeclaration()
1214 module()->AddEmptyImport(module_specifier); in ParseImportDeclaration()
1355 module()->AddEmptyImport(module_specifier); in ParseExportDeclaration()