Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_promise.h29 enum class PromiseType : uint8_t { RESOLVE = 0, REJECT }; enumerator
30 enum class PromiseRejectionEvent : uint8_t { REJECT = 0, HANDLE }; enumerator
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_test.cpp106 REJECT, enumerator
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1060 enum class PUBLIC_API PROMISE_REJECTION_EVENT : uint32_t { REJECT = 0, HANDLE }; enumerator