Searched refs:current_catch_ (Results 1 – 1 of 1) sorted by relevance
176 block->previous_catch = current_catch_; in Try()177 current_catch_ = static_cast<int32_t>(decoder->control_depth() - 1); in Try()430 current_catch_ = block->previous_catch; in CatchException()496 uint32_t current_catch_ = kNullCatch; member in v8::internal::wasm::__anonfbb27c440111::WasmGraphBuildingInterface499 return decoder->control_at(decoder->control_depth() - 1 - current_catch_) in current_try_info()553 const bool inside_try_scope = current_catch_ != kNullCatch; in CheckForException()