Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder.cc78 struct TryInfo : public ZoneObject { struct
79 SsaEnv* catch_env;
80 TFNode* exception;
82 explicit TryInfo(SsaEnv* c) : catch_env(c), exception(nullptr) {} in TryInfo() argument