Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.h31 inline bool IsValidSectionCode(uint8_t byte) { in IsValidSectionCode() function
Dmodule-decoder.cc263 } else if (!IsValidSectionCode(section_code)) { in next()