Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc371 SectionCode next_section_code) { in CheckSectionOrder() argument
372 if (next_ordered_section_ > next_section_code) { in CheckSectionOrder()
374 SectionName(section_code), SectionName(next_section_code)); in CheckSectionOrder()