Searched refs:current_catch_ (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | function-body-decoder.cc | 593 current_catch_(kNullCatch) { in WasmFullDecoder() 610 int32_t current_catch_; member in v8::internal::wasm::WasmFullDecoder 612 TryInfo* current_try_info() { return control_[current_catch_].try_info; } in current_try_info() 791 current_catch_ = c->previous_catch; in DecodeFunctionBody() 1385 Control::Block(pc_, stack_.size(), end_env, current_catch_)); in PushBlock() 1390 Control::Loop(pc_, stack_.size(), end_env, current_catch_)); in PushLoop() 1395 Control::If(pc_, stack_.size(), end_env, false_env, current_catch_)); in PushIf() 1400 catch_env, current_catch_)); in PushTry() 1401 current_catch_ = static_cast<int32_t>(control_.size() - 1); in PushTry() 1723 const bool inside_try_scope = current_catch_ != kNullCatch; in CheckForException()
|