Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder.cc60 constexpr uint32_t kNullCatch = static_cast<uint32_t>(-1); variable
496 uint32_t current_catch_ = kNullCatch;
553 const bool inside_try_scope = current_catch_ != kNullCatch; in CheckForException()