| /arkcompiler/ets_frontend/arkguard/test/grammar/target/ |
| D | newTargetFunction_2.js | 21 constructor(message, cause) { argument 26 static new_kntr_k$(message, cause) { argument
|
| /arkcompiler/ets_runtime/test/moduletest/errorcause/ |
| D | errorcause.js | 40 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/ |
| D | ASTVerifier.h | 43 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/ |
| D | gc_task.cpp | 44 std::ostream &operator<<(std::ostream &os, const GCTaskCause &cause) in operator <<()
|
| D | language_context.cpp | 102 auto *cause = thread->GetException(); in WrapClassInitializerException() local
|
| D | class_linker_extension.cpp | 189 auto *cause = thread->GetException(); in WrapClassNotFoundExceptionIfNeeded() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_exceptions.cpp | 60 EtsHandle<EtsObject> cause(coroutine, EtsObject::FromCoreType(coroutine->GetException())); in ThrowEtsException() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_gc.cpp | 143 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/ |
| D | heap_manager.cpp | 141 GCTaskCause cause; in TryGCAndAlloc() local 204 GCTaskCause cause = GCTaskCause::OOM_CAUSE; in AllocateNonMovableObject() local
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_language_context.cpp | 55 VMHandle<ObjectHeader> cause(thread, thread->GetException()); in ThrowException() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | error_helper.cpp | 182 … JSHandle<JSTaggedValue> cause = JSObject::GetProperty(thread, options, causeKey).GetValue(); in ErrorCommonConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_errors.cpp | 172 … JSHandle<JSTaggedValue> cause = JSObject::GetProperty(thread, options, causeKey).GetValue(); in AggregateErrorConstructor() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_trigger.cpp | 350 void SchedGCOnNthAllocTrigger::ScheduleGc(GCTaskCause cause, uint32_t counter) in ScheduleGc()
|