Home
last modified time | relevance | path

Searched refs:ParseModuleSpecifier (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dparser.cc1353 const AstRawString* Parser::ParseModuleSpecifier(bool* ok) { in ParseModuleSpecifier() function in v8::internal::Parser
1487 const AstRawString* module_specifier = ParseModuleSpecifier(CHECK_OK); in ParseImportDeclaration()
1530 const AstRawString* module_specifier = ParseModuleSpecifier(CHECK_OK); in ParseImportDeclaration()
1625 const AstRawString* module_specifier = ParseModuleSpecifier(CHECK_OK); in ParseExportDeclaration()
1652 indirect_export_module_specifier = ParseModuleSpecifier(CHECK_OK); in ParseExportDeclaration()
Dparser.h732 const AstRawString* ParseModuleSpecifier(bool* ok);