Home
last modified time | relevance | path

Searched refs:special_section (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc162 for (auto& special_section : kSpecialSections) { in IdentifyUnknownSectionInternal() local
163 if (name_vec == special_section.first) return special_section.second; in IdentifyUnknownSectionInternal()