Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc2569 uint32_t outer_index = decoder.consume_u32v("outer index"); in DecodeIndirectNameMap() local
2570 if (outer_index > kMaxInt) continue; in DecodeIndirectNameMap()
2585 entries.emplace_back(static_cast<int>(outer_index), std::move(names)); in DecodeIndirectNameMap()