Searched refs:ParseModuleSpecifier (Results 1 – 2 of 2) sorted by relevance
939 const AstRawString* Parser::ParseModuleSpecifier(bool* ok) { in ParseModuleSpecifier() function in v8::internal::Parser1074 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()
261 const AstRawString* ParseModuleSpecifier(bool* ok);