Searched refs:AddExport (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/ast/ |
H A D | modules.h | 64 void AddExport( 70 void AddExport(const AstRawString* export_name,
|
H A D | modules.cc | 85 void SourceTextModuleDescriptor::AddExport(const AstRawString* local_name, in AddExport() function in v8::internal::SourceTextModuleDescriptor 94 void SourceTextModuleDescriptor::AddExport( in AddExport() function in v8::internal::SourceTextModuleDescriptor
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module-builder.h | 350 void AddExport(base::Vector<const char> name, ImportExportKindCode kind, 352 void AddExport(base::Vector<const char> name, WasmFunctionBuilder* builder) { in AddExport() function in v8::internal::wasm::WasmModuleBuilder 353 AddExport(name, kExternalFunction, builder->func_index()); in AddExport()
|
H A D | wasm-module-builder.cc | 408 void WasmModuleBuilder::AddExport(base::Vector<const char> name, in AddExport() function in v8::internal::wasm::WasmModuleBuilder 418 AddExport(name, kExternalGlobal, index); in AddExportedGlobal()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.cc | 1585 module()->AddExport(local_names.first(), in ParseExportDefault() 1645 module()->AddExport(local_name, export_name, export_name_loc, zone()); in ParseExportStar() 1709 module()->AddExport(data.local_name, data.export_name, in ParseExportDeclaration() 1728 module()->AddExport(data.local_name, data.export_name, data.location, in ParseExportDeclaration() 1767 descriptor->AddExport(name, name, loc, zone()); in ParseExportDeclaration()
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-parser.cc | 649 module_builder_->AddExport(name, info->function_builder); in ValidateExport() 666 module_builder_->AddExport(base::CStrVector(AsmJs::kSingleFunctionName), in ValidateExport()
|
Completed in 14 milliseconds