Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc1037 std::vector<WasmExport> sorted_exports(module_->export_table); in DecodeExportSection() local
1048 std::stable_sort(sorted_exports.begin(), sorted_exports.end(), cmp_less); in DecodeExportSection()
1050 auto it = sorted_exports.begin(); in DecodeExportSection()
1052 for (auto end = sorted_exports.end(); it != end; last = &*it++) { in DecodeExportSection()