Searched defs:specifier_loc (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/ast/ |
H A D | modules.cc | 54 AddImport( const AstRawString* import_name, const AstRawString* local_name, const AstRawString* module_request, const ImportAssertions* import_assertions, const Scanner::Location loc, const Scanner::Location specifier_loc, Zone* zone) AddImport() argument 67 AddStarImport( const AstRawString* local_name, const AstRawString* module_request, const ImportAssertions* import_assertions, const Scanner::Location loc, const Scanner::Location specifier_loc, Zone* zone) AddStarImport() argument 78 AddEmptyImport( const AstRawString* module_request, const ImportAssertions* import_assertions, const Scanner::Location specifier_loc, Zone* zone) AddEmptyImport() argument 94 AddExport( const AstRawString* import_name, const AstRawString* export_name, const AstRawString* module_request, const ImportAssertions* import_assertions, const Scanner::Location loc, const Scanner::Location specifier_loc, Zone* zone) AddExport() argument 109 AddStarExport( const AstRawString* module_request, const ImportAssertions* import_assertions, const Scanner::Location loc, const Scanner::Location specifier_loc, Zone* zone) AddStarExport() argument [all...] |
H A D | modules.h | 266 AddModuleRequest(const AstRawString* specifier, const ImportAssertions* import_assertions, Scanner::Location specifier_loc, Zone* zone) AddModuleRequest() argument
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.cc | 1441 Scanner::Location specifier_loc = scanner()->peek_location(); in ParseImportDeclaration() local 1487 Scanner::Location specifier_loc = scanner()->peek_location(); in ParseImportDeclaration() local 1608 Scanner::Location specifier_loc = scanner()->peek_location(); in ParseExportStar() local 1638 Scanner::Location specifier_loc in ParseExportStar() local 1699 Scanner::Location specifier_loc = scanner()->peek_location(); ParseExportDeclaration() local [all...] |
Completed in 5 milliseconds