Home
last modified time | relevance | path

Searched defs:cause (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/errorcause/
Derrorcause.js40 let err = new ctor("message", { cause: "error cause" }); property
51 let err2 = new AggregateError([], "message", { cause: "error cause" }); property
/arkcompiler/ets_frontend/arkguard/test/grammar/target/
DnewTargetFunction_2.js21 constructor(message, cause) { argument
26 static new_kntr_k$(message, cause) { argument
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DcheckContext.cpp20 void CheckContext::AddCheckMessage(const std::string &cause, const ir::AstNode &node, const lexer::… in AddCheckMessage()
DcheckContext.h43 …explicit CheckMessage(util::StringView name, util::StringView cause, util::StringView message, siz… in CheckMessage()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_error_options.h51 inline void SetCause(EtsObject *cause) in SetCause()
/arkcompiler/runtime_core/static_core/runtime/
Dgc_task.cpp44 std::ostream &operator<<(std::ostream &os, const GCTaskCause &cause) in operator <<()
Dlanguage_context.cpp101 auto *cause = thread->GetException(); in WrapClassInitializerException() local
Dclass_linker_extension.cpp189 auto *cause = thread->GetException(); in WrapClassNotFoundExceptionIfNeeded() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_exceptions.cpp67 EtsHandle<EtsObject> cause(coroutine, EtsObject::FromCoreType(coroutine->GetException())); in SetupEtsException() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_gc.cpp142 static GCTaskCause GCCauseFromInt(EtsInt cause) in GCCauseFromInt()
167 extern "C" EtsLong StdGCStartGC(EtsInt cause, EtsObject *callback) in StdGCStartGC()
422 extern "C" void StdGCScheduleGCAfterNthAlloc(EtsInt counter, EtsInt cause) in StdGCScheduleGCAfterNthAlloc()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_manager.cpp147 GCTaskCause cause; in TryGCAndAlloc() local
212 GCTaskCause cause = GCTaskCause::OOM_CAUSE; in AllocateNonMovableObject() local
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.cpp55 VMHandle<ObjectHeader> cause(thread, thread->GetException()); in ThrowException() local
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp174 … JSHandle<JSTaggedValue> cause = JSObject::GetProperty(thread, options, causeKey).GetValue(); in ErrorCommonConstructor() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp165 … JSHandle<JSTaggedValue> cause = JSObject::GetProperty(thread, options, causeKey).GetValue(); in AggregateErrorConstructor() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_trigger.cpp350 void SchedGCOnNthAllocTrigger::ScheduleGc(GCTaskCause cause, uint32_t counter) in ScheduleGc()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_analytics.cpp156 void G1Analytics::ReportCollectionEnd(GCTaskCause cause, uint64_t endTime, const CollectionSet &col… in ReportCollectionEnd()