Home
last modified time | relevance | path

Searched defs:AddExport (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dmodules.cc85 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/
Dwasm-module-builder.h352 void AddExport(base::Vector<const char> name, WasmFunctionBuilder* builder) { in AddExport() function
Dwasm-module-builder.cc408 void WasmModuleBuilder::AddExport(base::Vector<const char> name, in AddExport() function in v8::internal::wasm::WasmModuleBuilder