Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc1338 DCHECK_LT(decoder->current_catch(), decoder->control_depth()); in current_try_info()
1407 const bool inside_try_scope = decoder->current_catch() != -1; in CheckForException()
H A Dfunction-body-decoder-impl.h2329 int32_t current_catch() const { return current_catch_; } in current_catch() function in v8::internal::wasm::WasmFullDecoder
2332 return control_depth() - 1 - current_catch(); in control_depth_of_current_catch()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc4371 if (decoder->current_catch() == -1) return;

Completed in 18 milliseconds