Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_job_queue.cpp154 napi_value thenResult; in CreatePromiseLink() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise_job.cpp259 JSHandle<JSTaggedValue> thenResult = JSPromise::IfThrowGetThrowValue(thread); in CatchException() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_promise_test.cpp364 auto thenResult = ThanAlgorithm(thread, racePromise, JSTaggedValue::Undefined(), in HWTEST_F_L0() local
434 auto thenResult = ThanAlgorithm(thread, allPromise, nativeFuncRaceThenOnResolved.GetTaggedValue(), in HWTEST_F_L0() local
523 auto thenResult = ThanAlgorithm(thread, resolvePromise, testPromiseThenOnResolved.GetTaggedValue(), in HWTEST_F_L0() local
565 auto thenResult = ThanAlgorithm(thread, rejectPromise, testPromiseThenOnRejected.GetTaggedValue(), in HWTEST_F_L0() local

Completed in 3 milliseconds