Home
last modified time | relevance | path

Searched refs:named_imports (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dparser.cc1463 const ZonePtrList<const NamedImport>* named_imports = nullptr; in ParseImportDeclaration() local
1477 named_imports = ParseNamedImports(pos); in ParseImportDeclaration()
1513 if (named_imports != nullptr) { in ParseImportDeclaration()
1514 if (named_imports->length() == 0) { in ParseImportDeclaration()
1518 for (const NamedImport* import : *named_imports) { in ParseImportDeclaration()

Completed in 6 milliseconds