Home
last modified time | relevance | path

Searched refs:GetReason (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedgetreason_fuzzer/
Dbaseptspausedgetreason_fuzzer.cpp38 paused.GetReason(); in BasePtsPausedGetReasonFuzzTest()
/arkcompiler/ets_runtime/test/fuzztest/promiserejectinfo_fuzzer/
Dpromiserejectinfo_fuzzer.cpp112 [[maybe_unused]]Local<JSValueRef> reason_res = promiseReject.GetReason(); in PromiseRejectInfoGetReasonFuzzTest()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
Dcleanup_inline_module.cpp113 InlineFailureReason GetReason() const in GetReason() function in __anondc7b8c950111::InlineFailure
/arkcompiler/toolchain/tooling/base/
Dpt_events.h104 const std::string &GetReason() const in GetReason() function
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md6413 ### GetReason subsection
6415 Local<JSValueRef> GetReason() const;
6432 Local<JSValueRef> rejectionReason = myRejectInfo.GetReason();
Djsnapi_expo.cpp1380 Local<JSValueRef> PromiseRejectInfo::GetReason() const in GetReason() function in panda::PromiseRejectInfo
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h749 Local<JSValueRef> GetReason() const;
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1953 Local<JSValueRef> reason_res = promisereject.GetReason(); in HWTEST_F_L0()
Dffi_workload.cpp4829 promisereject.GetReason(); in HWTEST_F_L0()
4832 TEST_TIME(PromiseRejectInfo::GetReason); in HWTEST_F_L0()