Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder.cc553 const bool inside_try_scope = current_catch_ != kNullCatch; in CheckForException() local
555 if (!inside_try_scope) return node; in CheckForException()