Searched defs:CaughtPromise (Results 1 – 1 of 1) sorted by relevance
229 struct CaughtPromise : val { struct230 CaughtPromise(val&& promise) in CaughtPromise() function233 using AwaitResult = PromiseResult;239 static val wrapPromiseWithCatch(val&& promise) { in wrapPromiseWithCatch()