Searched refs:RESOLVE (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_remote_promise_resolver.h | 26 enum class Action : uint8_t { RESOLVE, REJECT }; member in ark::ets::RemotePromiseResolver::Action
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_promise_test.cpp | 102 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 D | js_remote_promise_resolver.cpp | 48 case Action::RESOLVE: { in ResolveRemotePromise()
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
H A D | ets_promise.cpp | 60 IsResolved() ? RemotePromiseResolver::Action::RESOLVE : RemotePromiseResolver::Action::REJECT; in OnPromiseCompletion()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_promise.h | 29 enum class PromiseType : uint8_t { RESOLVE = 0, REJECT }; member in panda::ecmascript::PromiseType
|
H A D | object_factory.cpp | 2471 obj->SetType(PromiseType::RESOLVE); in NewPromiseReaction()
|
Completed in 12 milliseconds