Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp116 JSHandle<JSTaggedValue> thenResult(thread, result); in PromiseResolveThenableJob() local
253 JSHandle<JSTaggedValue> thenResult = JSPromise::IfThrowGetThrowValue(thread); in CatchException() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_test.cpp428 JSTaggedValue thenResult = BuiltinsPromise::Then(ecmaRuntimeCallInfo5); in HWTEST_F_L0() local
526 JSTaggedValue thenResult = BuiltinsPromise::Then(ecmaRuntimeCallInfo5); in HWTEST_F_L0() local
636 JSTaggedValue thenResult = BuiltinsPromise::Then(ecmaRuntimeCallInfo2); in HWTEST_F_L0() local
692 JSTaggedValue thenResult = BuiltinsPromise::Then(ecmaRuntimeCallInfo2); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_job_queue.cpp151 napi_value thenResult; in CreatePromiseLink() local