Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/grammar/target/
DnewTargetFunction_2.js21 constructor(message, cause) { argument
26 static new_kntr_k$(message, cause) { argument
/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/ets2panda/compiler/core/
DASTVerifier.h43 std::string cause; member
82 …virtual void AddInvariantError(const std::string &name, const std::string &cause, const ir::AstNod… in AddInvariantError()
99 …void AddInvariantError(const std::string &name, const std::string &cause, const ir::AstNode &node)… in AddInvariantError()
108 …InvariantError([[maybe_unused]] const std::string &name, [[maybe_unused]] const std::string &cause, in AddInvariantError()
/arkcompiler/runtime_core/static_core/runtime/
Dgc_task.cpp44 std::ostream &operator<<(std::ostream &os, const GCTaskCause &cause) in operator <<()
Dlanguage_context.cpp102 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.cpp60 EtsHandle<EtsObject> cause(coroutine, EtsObject::FromCoreType(coroutine->GetException())); in ThrowEtsException() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_gc.cpp143 static GCTaskCause GCCauseFromInt(EtsInt cause) in GCCauseFromInt()
168 extern "C" EtsLong StdGCStartGC(EtsInt cause, EtsObject *callback) in StdGCStartGC()
428 extern "C" EtsVoid *StdGCScheduleGCAfterNthAlloc(EtsInt counter, EtsInt cause) in StdGCScheduleGCAfterNthAlloc()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_manager.cpp141 GCTaskCause cause; in TryGCAndAlloc() local
204 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.cpp182 … JSHandle<JSTaggedValue> cause = JSObject::GetProperty(thread, options, causeKey).GetValue(); in ErrorCommonConstructor() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp172 … 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()