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.cpp371 JSHandle<JSPromise> thenPromise(thread, thenResult); in HWTEST_F_L0() local
441 JSHandle<JSPromise> thenPromise(thread, thenResult); in HWTEST_F_L0() local
531 JSHandle<JSPromise> thenPromise(thread, thenResult); in HWTEST_F_L0() local
574 JSHandle<JSPromise> thenPromise(thread, thenResult); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_job_queue.cpp95 napi_value thenPromise; in Post() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp719 Local<PromiseRef> thenPromise = promise->Then(vm_, resolve, reject); in HWTEST_F_L0() local
736 Local<PromiseRef> thenPromise = promise->Then(vm_, resolve, reject); in HWTEST_F_L0() local