Home
last modified time | relevance | path

Searched refs:RESOLVE (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_remote_promise_resolver.h26 enum class Action : uint8_t { RESOLVE, REJECT }; member in ark::ets::RemotePromiseResolver::Action
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_promise_test.cpp102 RESOLVE, member in panda::test::AlgorithmType
121 case AlgorithmType::RESOLVE: in PromiseAlgorithm()
223 auto result = PromiseAlgorithm(thread, promise, paramMsg.GetTaggedValue(), AlgorithmType::RESOLVE); in HWTEST_F_L0()
256 auto result1 = PromiseAlgorithm(thread, promise, promise1.GetTaggedValue(), AlgorithmType::RESOLVE); in HWTEST_F_L0()
287 auto result2 = PromiseAlgorithm(thread, promise, paramMsg2.GetTaggedValue(), AlgorithmType::RESOLVE); in HWTEST_F_L0()
336 auto result2 = PromiseAlgorithm(thread, promise, paramMsg2.GetTaggedValue(), AlgorithmType::RESOLVE); in HWTEST_F_L0()
398 auto result1 = PromiseAlgorithm(thread, promise, paramMsg1.GetTaggedValue(), AlgorithmType::RESOLVE); in HWTEST_F_L0()
406 auto result2 = PromiseAlgorithm(thread, promise, paramMsg2.GetTaggedValue(), AlgorithmType::RESOLVE); in HWTEST_F_L0()
513 auto result = PromiseAlgorithm(thread, promise, paramMsg.GetTaggedValue(), AlgorithmType::RESOLVE); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_remote_promise_resolver.cpp48 case Action::RESOLVE: { in ResolveRemotePromise()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_promise.cpp60 IsResolved() ? RemotePromiseResolver::Action::RESOLVE : RemotePromiseResolver::Action::REJECT; in OnPromiseCompletion()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_promise.h29 enum class PromiseType : uint8_t { RESOLVE = 0, REJECT }; member in panda::ecmascript::PromiseType
H A Dobject_factory.cpp2471 obj->SetType(PromiseType::RESOLVE); in NewPromiseReaction()

Completed in 12 milliseconds