Searched defs:thenResult (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 108 JSHandle<JSTaggedValue> thenResult(thread, result); in PromiseResolveThenableJob() local 259 JSHandle<JSTaggedValue> thenResult = JSPromise::IfThrowGetThrowValue(thread); in CatchException() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_promise_test.cpp | 364 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
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_job_queue.cpp | 155 napi_value thenResult; in CreatePromiseLink() local
|