Home
last modified time | relevance | path

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

/aosp_15_r20/external/libusb/libusb/os/
H A Demscripten_webusb.cpp229 struct CaughtPromise : val { struct
230 CaughtPromise(val&& promise) in CaughtPromise() function
233 using AwaitResult = PromiseResult;
239 static val wrapPromiseWithCatch(val&& promise) { in wrapPromiseWithCatch()