Home
last modified time | relevance | path

Searched refs:testWaitForDeferredAsPromise (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/js/test/
H A DPromiseTest.kt46 fun testWaitForDeferredAsPromise() = GlobalScope.promise { in <lambda>() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/wasmJs/test/
H A DPromiseTest.kt46 fun testWaitForDeferredAsPromise() = GlobalScope.promise { in <lambda>() method in kotlinx.coroutines.PromiseTest