Home
last modified time | relevance | path

Searched refs:PromiseRejectionEvent (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_promise.h30 enum class PromiseRejectionEvent : uint8_t { REJECT = 0, HANDLE }; class
H A Decma_context.h52 enum class PromiseRejectionEvent : uint8_t; class
94 PromiseRejectionEvent operation,
172 const JSHandle<JSTaggedValue> &reason, PromiseRejectionEvent operation) in PromiseRejectionTracker()
H A Djs_promise.cpp150 thread->GetCurrentEcmaContext()->PromiseRejectionTracker(promise, reason, PromiseRejectionEvent::REJECT); in RejectPromise()
H A Decma_vm.h55 enum class PromiseRejectionEvent : uint8_t; class
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_promise.cpp427 thread->GetCurrentEcmaContext()->PromiseRejectionTracker(promise, reason, PromiseRejectionEvent::HANDLE); in PerformPromiseThen()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5586 const ecmascript::PromiseRejectionEvent operation, in HostPromiseRejectionTracker()

Completed in 18 milliseconds