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

/external/v8/src/wasm/
H A Dfunction-body-decoder.cc78 struct TryInfo : public ZoneObject { struct in namespace:v8::internal::wasm
82 explicit TryInfo(SsaEnv* c) : catch_env(c), exception(nullptr) {} function in struct:v8::internal::wasm::TryInfo
109 TryInfo* try_info; // Information used for compiling try statements.
143 TryInfo* try_info = new (zone) TryInfo(catch_env);
612 TryInfo* current_try_info() { return control_[current_catch_].try_info; }
1740 TryInfo* try_info = current_try_info();

Completed in 93 milliseconds