Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_promise.h28 enum class PromiseState : uint8_t { PENDING = 0, FULFILLED, REJECTED }; enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.h37 PENDING, enumerator