Lines Matching refs:module_specifier
1074 const AstRawString* module_specifier = ParseModuleSpecifier(CHECK_OK_VOID); in ParseImportDeclaration() local
1076 module()->AddEmptyImport(module_specifier, specifier_loc); in ParseImportDeclaration()
1121 const AstRawString* module_specifier = ParseModuleSpecifier(CHECK_OK_VOID); in ParseImportDeclaration() local
1133 module()->AddStarImport(module_namespace_binding, module_specifier, in ParseImportDeclaration()
1140 import_default_binding, module_specifier, in ParseImportDeclaration()
1146 module()->AddEmptyImport(module_specifier, specifier_loc); in ParseImportDeclaration()
1151 module_specifier, import->location, specifier_loc, in ParseImportDeclaration()
1248 const AstRawString* module_specifier = ParseModuleSpecifier(CHECK_OK); in ParseExportDeclaration() local
1250 module()->AddStarExport(module_specifier, loc, specifier_loc, zone()); in ParseExportDeclaration()
1269 const AstRawString* module_specifier = nullptr; in ParseExportDeclaration() local
1273 module_specifier = ParseModuleSpecifier(CHECK_OK); in ParseExportDeclaration()
1281 if (module_specifier == nullptr) { in ParseExportDeclaration()
1287 module()->AddEmptyImport(module_specifier, specifier_loc); in ParseExportDeclaration()
1291 module_specifier, data.location, specifier_loc, in ParseExportDeclaration()