| /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_runtime/test/moduletest/regressproxy/ |
| D | regressproxy.js | 34 const options = { cause: 'a cause' }; property
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_error_options.h | 51 inline void SetCause(EtsObject *cause) in SetCause()
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| D | checkContext.cpp | 20 void CheckContext::AddCheckMessage(const std::string &cause, const ir::AstNode &node, const lexer::… in AddCheckMessage()
|
| D | checkContext.h | 43 …explicit CheckMessage(util::StringView name, util::StringView cause, util::StringView message, siz… in CheckMessage()
|
| /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 | 97 auto *cause = thread->GetException(); in WrapClassInitializerException() local
|
| D | class_linker_extension.cpp | 189 auto *cause = thread->GetException(); in WrapClassNotFoundExceptionIfNeeded() local
|
| /arkcompiler/runtime_core/panda_guard/util/ |
| D | assert_util.h | 22 #define PANDA_GUARD_ERROR_PRINT(tag, errCode, desc, cause, solutions) \ argument
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | ast_verifier_check_const_properties_test.cpp | 66 auto cause = messages[0].Cause(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_gc.cpp | 104 auto cause = StringToGcType(thread, GetCallArg(info, 0).GetTaggedValue()); in StartGC() local 211 TriggerGCType BuiltinsGc::StringToGcType(JSThread *thread, JSTaggedValue cause) in StringToGcType()
|
| D | builtins_errors.cpp | 165 … JSHandle<JSTaggedValue> cause = JSObject::GetProperty(thread, options, causeKey).GetValue(); in AggregateErrorConstructor() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_exceptions.cpp | 67 EtsHandle<EtsObject> cause(coroutine, EtsObject::FromCoreType(coroutine->GetException())); in SetupEtsException() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_gc.cpp | 142 static GCTaskCause GCCauseFromInt(EtsInt cause) in GCCauseFromInt() 171 extern "C" EtsLong StdGCStartGC(EtsInt cause, EtsObject *callback, EtsBoolean isRunGcInPlace) in StdGCStartGC() 416 extern "C" void StdGCScheduleGCAfterNthAlloc(EtsInt counter, EtsInt cause) in StdGCScheduleGCAfterNthAlloc()
|
| /arkcompiler/ets_frontend/arkguard/src/common/ |
| D | type.ts | 72 cause: string; property
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | heap_manager.cpp | 147 GCTaskCause cause; in TryGCAndAlloc() local 212 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/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1_analytics.cpp | 163 void G1Analytics::ReportCollectionEnd(GCTaskCause cause, uint64_t endTime, const CollectionSet &col… in ReportCollectionEnd() 189 void G1Analytics::ReportMarkingCollectionEnd(GCTaskCause cause, uint64_t pauseTime, size_t edenLeng… in ReportMarkingCollectionEnd() 236 void G1Analytics::ReportSinglePassCompactionEnd([[maybe_unused]] GCTaskCause cause, uint64_t pauseT… in ReportSinglePassCompactionEnd()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | error_helper.cpp | 174 … JSHandle<JSTaggedValue> cause = JSObject::GetProperty(thread, options, causeKey).GetValue(); in ErrorCommonConstructor() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_trigger.cpp | 350 void SchedGCOnNthAllocTrigger::ScheduleGc(GCTaskCause cause, uint32_t counter) in ScheduleGc()
|