Searched defs:TryInfo (Results 1 – 1 of 1) sorted by relevance
78 struct TryInfo : public ZoneObject { struct79 SsaEnv* catch_env;80 TFNode* exception;82 explicit TryInfo(SsaEnv* c) : catch_env(c), exception(nullptr) {} in TryInfo() argument