Searched refs:handleTy (Results 1 – 1 of 1) sorted by relevance
4233 auto handleTy = i8PtrTy; in createCoroutine() local4238 jit->function = rr::createFunction("coroutine_begin", handleTy, T(Params)); in createCoroutine()4239 jit->coroutine.await = rr::createFunction("coroutine_await", boolTy, { handleTy, promisePtrTy }); in createCoroutine()4240 jit->coroutine.destroy = rr::createFunction("coroutine_destroy", voidTy, { handleTy }); in createCoroutine()