Home
last modified time | relevance | path

Searched defs:PromiseType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsAsyncFuncReturnType.h50 [[nodiscard]] const Type *PromiseType() const noexcept in PromiseType() function
55 [[nodiscard]] Type *PromiseType() noexcept in PromiseType() function
/arkcompiler/ets_runtime/ecmascript/
Djs_promise.h29 enum class PromiseType : uint8_t { RESOLVE = 0, REJECT }; enum