Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h836 int32_t previous_catch = -1; // Depth of the innermost catch containing this member
2625 try_block->previous_catch = current_catch_; 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()
H A Dgraph-builder-interface.cc102 int32_t previous_catch = -1; // previous Control with a catch. member

Completed in 12 milliseconds