Home
last modified time | relevance | path

Searched defs:TryInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dgraph-builder-interface.cc87 struct TryInfo : public ZoneObject { struct in v8::internal::wasm::__anoned4d3a260111::WasmGraphBuildingInterface
88 SsaEnv* catch_env;
89 TFNode* exception = nullptr;
91 bool might_throw() const { return exception != nullptr; } in might_throw()
95 explicit TryInfo(SsaEnv* c) : catch_env(c) {} in TryInfo() function
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc350 struct TryInfo { struct in v8::internal::wasm::__anon3bd82aa60111::LiftoffCompiler
352 LiftoffAssembler::CacheState catch_state;
353 Label catch_label;
354 bool catch_reached = false;
355 bool in_handler = false;