Searched refs:export_name (Results 1 - 6 of 6) sorted by relevance
/external/v8/src/ast/ |
H A D | modules.cc | 13 void ModuleDescriptor::AddLocalExport(const AstRawString* export_name, argument 16 void* key = const_cast<AstRawString*>(export_name); 27 exports_->LookupOrInsert(key, export_name->hash(), allocator); 49 const AstRawString* export_name, Zone* zone) { 52 const_cast<AstRawString*>(export_name), export_name->hash()); 48 LookupLocalExport( const AstRawString* export_name, Zone* zone) argument
|
H A D | modules.h | 30 void AddLocalExport(const AstRawString* export_name, 56 const AstRawString* LookupLocalExport(const AstRawString* export_name, 73 const AstRawString* export_name() const { function in class:v8::internal::ModuleDescriptor::Iterator
|
H A D | scopeinfo.cc | 773 info->set_name(i, *(it.export_name()->string()));
|
/external/v8/build/win/importlibs/ |
H A D | filter_export_list.py | 71 export_name = master_mapping.get(match.group('name'), None) 72 if export_name: 73 found_exports.append(export_name)
|
/external/v8/src/parsing/ |
H A D | parser.cc | 1354 // TODO(adamk): Pass both local_name and export_name once ParserTraits 1405 const AstRawString* export_name = NULL; local 1407 export_name = ParseIdentifierName(CHECK_OK); 1409 if (export_name == NULL) { 1410 export_name = local_name; 1412 export_names->Add(export_name, zone());
|
/external/v8/test/cctest/ |
H A D | test-parsing.cc | 5892 const i::AstRawString* export_name = local 5895 descriptor->LookupLocalExport(export_name, &zone);
|
Completed in 897 milliseconds