Home
last modified time | relevance | path

Searched refs:GetExportName (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-debug.h189 WireBytesRef GetExportName(ImportExportKindCode kind, uint32_t index);
H A Dwasm-debug.cc160 WireBytesRef GetExportName(ImportExportKindCode kind, uint32_t index) { in GetExportName() function in v8::internal::wasm::DebugInfoImpl
808 WireBytesRef DebugInfo::GetExportName(ImportExportKindCode code, in GetExportName() function in v8::internal::wasm::DebugInfo
810 return impl_->GetExportName(code, index); in GetExportName()
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc61 auto export_name_ref = debug_info->GetExportName(kind, index); in GetNameFromImportsAndExportsOrNull()

Completed in 5 milliseconds