Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_remote_promise_resolver.h26 enum class Action : uint8_t { RESOLVE, REJECT }; enumerator
/arkcompiler/ets_runtime/ecmascript/
Djs_promise.h29 enum class PromiseType : uint8_t { RESOLVE = 0, REJECT }; enumerator
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_test.cpp102 RESOLVE, enumerator