Home
last modified time | relevance | path

Searched defs:reason (Results 1 – 25 of 36) sorted by relevance

12

/arkcompiler/ets_frontend/test262/
Des2abc_skip_tests.json3 "reason": "Async function failed testcases", string
18 "reason": "Dynamic Import failed testcases : nesting", string
24 "reason": "Dynamic Import failed testcases : empty string", string
29 "reason": "Dynamic Import failed testcases : lnvalid argument", string
34 "reason": "Dynamic Import failed testcases : async-await is not supported", string
43 "reason" : "Dynamic Import failed testcases", string
51 …"reason" : "Dynamic Import failed testcases : cases import non-existent file and try to catch the … string
70 "reason" : "Dynamic Import failed testcases : reference error", string
88 "reason" : "Test262Error: it returns the same namespace are the same Expected SameValue", string
96 "reason" : "Unsupported single-line-html-close Comment", string
[all …]
Dintl_skip_tests.json3 "reason": "Not support eval", string
24 "reason": "Current ICU version not support yet", string
Dts2abc_skip_tests.json3 "reason": "Async Function failed testcases", string
34 "reason": "Dynamic Import failed testcases : nesting", string
49 "reason": "Dynamic Import failed testcases : lnvalid argument", string
55 "reason": "Dynamic Import failed testcases : async-await is not supported", string
73 "reason": "Cannot convert a UNDEFINED value to a JSObject", string
79 "reason" : "Dynamic Import failed testcases", string
129 "reason": "Optional chain failed testcases : optional chain is not supported", string
172 "reason" : "Dynamic Import failed testcases :Can not get module", string
194 "reason" : "Dynamic Import failed testcases :SyntaxError", string
232 "reason" : "Dynamic Import failed testcases :TypeError", string
[all …]
Dskip_tests.json3 "reason": "Not a requirement in the ecma2015 specification", string
10 … "reason": "There is a type error when testing the array, and the prototype name is incorrect", string
18 "reason": "A bug in tsc caused the use case to fail", string
23 "reason": "Syntax error detected by tsc", string
28 "reason": "Not support eval", string
636 "reason": " Not support Function. Forbidden using new Function()/Function().", string
662 "reason": "Not support tco", string
669 "reason": "Not support sharedArrayBuffer and detacheArraybuffer", string
939 "reason": "js-runtime incorrectly handling", string
944 "reason": "AnnexB Feature Supported, Support must be aligned with the ACE", string
[all …]
Dforce_gc_skip_tests.json3 "reason": "Force GC TimeOut", string
/arkcompiler/ets_runtime/test/fuzztest/promiserejectinfo_fuzzer/
Dpromiserejectinfo_fuzzer.cpp38 Local<JSValueRef> reason(reasonString); in PromiseRejectInfoNewFuzzTest() local
71 Local<JSValueRef> reason(reasonString); in GetDataFuzzTest() local
90 Local<JSValueRef> reason(reasonString); in PromiseRejectInfoGetPromiseFuzzTest() local
109 Local<JSValueRef> reason(reasonString); in PromiseRejectInfoGetReasonFuzzTest() local
128 Local<JSValueRef> reason(reasonString); in PromiseRejectInfoGetOperationFuzzTest() local
/arkcompiler/ets_runtime/test/moduletest/asyncgenerator/
Dasyncgeneratoryieldstar.js24 var reason = {}; variable
/arkcompiler/ets_runtime/test/regresstest/
Dregresstest_skip_tests.json3 "reason": "Not support with", string
48 "reason": "Not support WebAssembly and % and d8", string
69 "reason": "gen abc failed", string
128 "reason": "Not support yield", string
134 "reason": "Not support eval()", string
430 "reason": "not support d8", string
757 "reason": "not support async_hooks", string
771 "reason": "not support Worker", string
797 "reason": "Not support WebAssembly", string
847 "reason": "Not support InspectorTest", string
[all …]
Dregress_options.json4 "reason": "tests dependent on ArkTools.has*Elements", string
74 "reason": "forced GC trigger leads to timeout", string
/arkcompiler/ets_frontend/es2panda/test/parse_command/
Dskip_tests.json3 …"reason" : "An error is occured when v8 is executed because the definition of the component is mis… string
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.cpp435 void GCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC()
796 void SharedGCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC()
Dgc_stats.h99 void SetGCReason(GCReason reason) in SetGCReason()
/arkcompiler/runtime_core/static_core/runtime/include/
Dgc_task.h90 GCTaskCause reason; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_runner.h57 void Paused(PauseReason reason) override in Paused()
174 void ExceptionRevoked(ExceptionWrapper reason, ExceptionID exceptionId) override in ExceptionRevoked()
Dtest_util.h144 static bool SuspendUntilContinue(DebugEvent reason, PtThread thread, PtLocation location) in SuspendUntilContinue()
/arkcompiler/ets_runtime/ecmascript/
Djs_promise.cpp133 const JSHandle<JSTaggedValue> &reason) in RejectPromise()
Djs_async_function.cpp177 …d *thread, const JSHandle<JSAsyncAwaitStatusFunction> &func, const JSHandle<JSTaggedValue> &reason) in AsyncFunctionAwaitRejected()
Decma_context.h172const JSHandle<JSTaggedValue> &reason, PromiseRejectionEvent operation) in PromiseRejectionTracker()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp124 JSHandle<JSTaggedValue> reason = GetCallArg(argv, 0); in Reject() local
231 JSHandle<JSTaggedValue> reason = GetCallArg(argv, 0); in AsyncAwaitRejected() local
325 JSHandle<JSTaggedValue> reason = BuiltinsBase::GetCallArg(argv, 0); in CatchFinally() local
Dbuiltins_promise.cpp297 JSHandle<JSTaggedValue> reason = GetCallArg(argv, 0); in Reject() local
426 JSHandle<JSTaggedValue> reason(thread, JSTaggedValue::Null()); in PerformPromiseThen() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_gc.cpp173 GCTaskCause reason = GCCauseFromInt(cause); in StdGCStartGC() local
432 GCTaskCause reason = GCCauseFromInt(cause); in StdGCScheduleGCAfterNthAlloc() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_hooks_wrapper.h82 void Paused(PauseReason reason) override in Paused()
302 void ExceptionRevoked(ExceptionWrapper reason, ExceptionID exceptionId) override in ExceptionRevoked()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/
Dcleanup_inline_module.cpp103 InlineFailure(InlineFailurePath inlineFailurePath, InlineFailureReason reason) in InlineFailure()
/arkcompiler/toolchain/tooling/base/
Dpt_events.h109 Paused &SetReason(PauseReason reason) in SetReason()
115 static std::string GetReasonString(PauseReason reason) in GetReasonString()
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp109 std::string reason; in HWTEST_F_L0() local

12