Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-limits.h30 constexpr size_t kV8MaxWasmExceptions = 1000000; variable
Dmodule-decoder.cc1173 consume_count("exception count", kV8MaxWasmExceptions); in DecodeExceptionSection()