Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc831 uint32_t exception_count = in DecodeExceptionSection() local
833 for (uint32_t i = 0; ok() && i < exception_count; ++i) { in DecodeExceptionSection()