Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc939 const AstRawString* Parser::ParseModuleSpecifier(bool* ok) { in ParseModuleSpecifier() function in v8::internal::Parser
1074 const AstRawString* module_specifier = ParseModuleSpecifier(CHECK_OK_VOID); in ParseImportDeclaration()
1121 const AstRawString* module_specifier = ParseModuleSpecifier(CHECK_OK_VOID); in ParseImportDeclaration()
1248 const AstRawString* module_specifier = ParseModuleSpecifier(CHECK_OK); in ParseExportDeclaration()
1273 module_specifier = ParseModuleSpecifier(CHECK_OK); in ParseExportDeclaration()
Dparser.h261 const AstRawString* ParseModuleSpecifier(bool* ok);