| /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/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/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/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 | 191 auto *cause = thread->GetException(); in WrapClassNotFoundExceptionIfNeeded() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/error/js_to_ets/ |
| D | error.js | 52 throw new Error('current error', { cause: originalError }); property
|
| /arkcompiler/runtime_core/panda_guard/util/ |
| D | assert_util.h | 22 #define PANDA_GUARD_ERROR_PRINT(tag, errCode, desc, cause, solutions) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_gc.cpp | 114 auto cause = StringToGcType(thread, GetCallArg(info, 0).GetTaggedValue()); in StartGC() local 222 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/intrinsics/ |
| D | std_core_gc.cpp | 40 static GCTaskCause GCCauseFromInt(EtsInt cause) in GCCauseFromInt() 67 extern "C" EtsLong StdGCStartGC(EtsInt cause, EtsObject *callback, EtsBoolean isRunGcInPlace) in StdGCStartGC() 308 extern "C" void StdGCScheduleGCAfterNthAlloc(EtsInt counter, EtsInt cause) in StdGCScheduleGCAfterNthAlloc()
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| D | invariantBase.h | 86 …explicit CheckMessage(util::StringView cause, const ir::AstNode *node) : cause_ {cause}, node_ {no… in CheckMessage()
|
| D | ASTVerifier.cpp | 220 void InvariantMessages::AddCheckMessage(const std::string &cause, const ir::AstNode &node) in AddCheckMessage()
|
| /arkcompiler/ets_frontend/arkguard/src/common/ |
| D | type.ts | 72 cause: string; property
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | heap_manager.cpp | 152 GCTaskCause cause; in TryGCAndAlloc() local 217 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_frontend/ets2panda/driver/build_system/src/ |
| D | logger.ts | 134 cause: string; property in LogData
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | error_helper.cpp | 175 … JSHandle<JSTaggedValue> cause = JSObject::GetProperty(thread, options, causeKey).GetValue(); in ErrorCommonConstructor() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_trigger.cpp | 349 void SchedGCOnNthAllocTrigger::ScheduleGc(GCTaskCause cause, uint32_t counter) in ScheduleGc()
|
| /arkcompiler/ets_frontend/arkguard/tools/memory-line-viewer/assets/ |
| D | index-DAjlO3pK.js | 23 …4098)!==0&&(o=i.return),a=i.return;while(a)}return i.tag===3?o:null}function re(a){if(a.tag===13){…
|