Home
last modified time | relevance | path

Searched defs:PromiseRejectInfo (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md6325 ## PromiseRejectInfo section in JSNApi接口说明
6329 ### GetPromise
6358 ### GetData
6386 ### PromiseRejectInfo subsection
6415 ### GetReason
6437 ### GetOperation
Djsnapi_expo.cpp2394 PromiseRejectInfo::PromiseRejectInfo(Local<JSValueRef> promise, Local<JSValueRef> reason, in PromiseRejectInfo() function in panda::PromiseRejectInfo
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h44 class PromiseRejectInfo; variable
Djsnapi_expo.h46 class PromiseRejectInfo; variable
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp1652 HWTEST_F_L0(JSNApiTests, PromiseRejectInfo) in HWTEST_F_L0() argument