Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_job_queue.cpp77 napi_value thenCallback; in Post() local
149 napi_value thenCallback; in CreatePromiseLink() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_promise.cpp48 auto *thenCallback = cbQueue->Get(idx); in OnPromiseCompletion() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Promise.cpp109 auto thenCallback = EtsCallback::Create(coro, callback); in EtsPromiseSubmitCallback() local