Home
last modified time | relevance | path

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

/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.cpp107 RESOLVE, enumerator