Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder-impl.h537 bool is_try() const { return is_incomplete_try() || is_try_catch(); } in is_try()
539 bool is_try_catch() const { return kind == kControlTryCatch; } in is_try_catch() function
Dfunction-body-decoder.cc429 DCHECK(block->is_try_catch()); in CatchException()