Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_test.cpp366 JSHandle<JSPromise> thenPromise(thread, thenResult); in HWTEST_F_L0() local
436 JSHandle<JSPromise> thenPromise(thread, thenResult); in HWTEST_F_L0() local
525 JSHandle<JSPromise> thenPromise(thread, thenResult); in HWTEST_F_L0() local
567 JSHandle<JSPromise> thenPromise(thread, thenResult); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_job_queue.cpp83 napi_value thenPromise; in Post() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp682 Local<PromiseRef> thenPromise = promise->Then(vm_, resolve, reject); in HWTEST_F_L0() local
699 Local<PromiseRef> thenPromise = promise->Then(vm_, resolve, reject); in HWTEST_F_L0() local