Home
last modified time | relevance | path

Searched refs:PromiseRejectInfo (Results 1 – 2 of 2) sorted by relevance

/ark/js_runtime/ecmascript/napi/include/
Djsnapi.h30 class PromiseRejectInfo; variable
860 class PUBLIC_API PromiseRejectInfo {
863 PromiseRejectInfo(Local<JSValueRef> promise, Local<JSValueRef> reason,
864 PromiseRejectInfo::PROMISE_REJECTION_EVENT operation, void* data);
865 ~PromiseRejectInfo() {} in ~PromiseRejectInfo()
868 PromiseRejectInfo::PROMISE_REJECTION_EVENT GetOperation() const;
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp419 PromiseRejectInfo promiseRejectInfo(promiseVal, JSNApiHelper::ToLocal<JSValueRef>(reason), in HostPromiseRejectionTracker()
420 … static_cast<PromiseRejectInfo::PROMISE_REJECTION_EVENT>(operation), data); in HostPromiseRejectionTracker()
440 PromiseRejectInfo::PromiseRejectInfo(Local<JSValueRef> promise, Local<JSValueRef> reason, in PromiseRejectInfo() function in panda::PromiseRejectInfo
441PromiseRejectInfo::PROMISE_REJECTION_EVENT operation, void* data) in PromiseRejectInfo()
444 Local<JSValueRef> PromiseRejectInfo::GetPromise() const in GetPromise()
449 Local<JSValueRef> PromiseRejectInfo::GetReason() const in GetReason()
454 PromiseRejectInfo::PROMISE_REJECTION_EVENT PromiseRejectInfo::GetOperation() const in GetOperation()
459 void* PromiseRejectInfo::GetData() const in GetData()