Home
last modified time | relevance | path

Searched refs:current_catch_ (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h2329 int32_t current_catch() const { return current_catch_; } in current_catch()
2427 int32_t current_catch_ = -1; member in v8::internal::wasm::WasmFullDecoder
2625 try_block->previous_catch = current_catch_; in DECODE()
2626 current_catch_ = static_cast<int>(control_depth() - 1); in DECODE()
2658 current_catch_ = c->previous_catch; // Pop try scope. in DECODE()
2684 current_catch_ = c->previous_catch; in DECODE()
2705 current_catch_ = c->previous_catch; // Pop try scope. in DECODE()
2880 current_catch_ = c->previous_catch; // Pop try scope. in DECODE()

Completed in 9 milliseconds