Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc1039 auto cmp_less = [this](const WasmExport& a, const WasmExport& b) { in DecodeExportSection() local
1048 std::stable_sort(sorted_exports.begin(), sorted_exports.end(), cmp_less); in DecodeExportSection()
1053 DCHECK(!cmp_less(*it, *last)); // Vector must be sorted. in DecodeExportSection()
1054 if (!cmp_less(*last, *it)) { in DecodeExportSection()