| /arkcompiler/ets_frontend/test262/ |
| D | es2abc_skip_tests.json | 3 "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 …]
|
| D | intl_skip_tests.json | 3 "reason": "Not support eval", string 24 "reason": "Current ICU version not support yet", string
|
| D | ts2abc_skip_tests.json | 3 "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 …]
|
| D | skip_tests.json | 3 "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 …]
|
| /arkcompiler/ets_runtime/test/fuzztest/promiserejectinfo_fuzzer/ |
| D | promiserejectinfo_fuzzer.cpp | 37 Local<JSValueRef> reason(reasonString); in PromiseRejectInfoNewFuzzTest() local 54 Local<JSValueRef> reason(reasonString); in GetDataFuzzTest() local 72 Local<JSValueRef> reason(reasonString); in PromiseRejectInfoGetPromiseFuzzTest() local 89 Local<JSValueRef> reason(reasonString); in PromiseRejectInfoGetReasonFuzzTest() local 106 Local<JSValueRef> reason(reasonString); in PromiseRejectInfoGetOperationFuzzTest() local
|
| /arkcompiler/ets_runtime/common_components/heap/collector/tests/ |
| D | collector_resources_test.cpp | 58 GCReason reason = gcRequests.reason; in HWTEST_F_L0() local 64 GCReason reason = gcRequests.reason; in HWTEST_F_L0() local
|
| D | task_queue_test.cpp | 48 void RunGarbageCollection(uint64_t gcIndex, GCReason reason, GCType gcType) override {} in RunGarbageCollection() 57 void RunGarbageCollection(uint64_t gcIndex, GCReason reason, GCType gcType) override {} in RunGarbageCollection()
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | collector_resources.cpp | 140 void CollectorResources::PostIgnoredGcRequest(GCReason reason) in PostIgnoredGcRequest() 149 void CollectorResources::RequestAsyncGC(GCReason reason, GCType gcType) in RequestAsyncGC() 159 void CollectorResources::RequestGCAndWait(GCReason reason, GCType gcType) in RequestGCAndWait() 187 void CollectorResources::RequestGC(GCReason reason, bool async, GCType gcType) in RequestGC()
|
| D | collector_proxy.cpp | 29 void CollectorProxy::RunGarbageCollection(uint64_t gcIndex, GCReason reason, GCType gcType) in RunGarbageCollection()
|
| D | collector.cpp | 54 void Collector::RequestGC(GCReason reason, bool async, GCType gcType) in RequestGC()
|
| D | gc_request.h | 30 const GCReason reason; member
|
| D | task_queue.h | 109 auto reason = static_cast<GCReason>(prio - PRIO_INVOKE_GC); in GetGCRunner() local 144 inline void SetGCReason(GCReason reason) { gcReason_ = reason; } in SetGCReason()
|
| D | gc_stats.h | 68 GCReason reason; variable
|
| D | marking_collector.h | 251 void RequestGCInternal(GCReason reason, bool async, GCType gcType) override in RequestGCInternal() 298 inline void SetGCReason(const GCReason reason) { gcReason_ = reason; } in SetGCReason()
|
| /arkcompiler/ets_runtime/test/moduletest/asyncgenerator/ |
| D | asyncgeneratoryieldstar.js | 24 var reason = {}; variable
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | gc_stats.cpp | 72 const char *GCStats::GCReasonToString(GCReason reason) in GCReasonToString() 117 const char *GCStats::MarkReasonToString(MarkReason reason) in MarkReasonToString() 405 void GCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC() 810 void SharedGCStats::RecordStatisticBeforeGC(TriggerGCType gcType, GCReason reason) in RecordStatisticBeforeGC()
|
| /arkcompiler/ets_runtime/test/regresstest/ |
| D | regresstest_skip_tests.json | 3 "reason": "Not support with", string 47 "reason": "Not support WebAssembly and % and d8", string 68 "reason": "gen abc failed", string 127 "reason": "Not support yield", string 133 "reason": "Not support eval()", string 429 "reason": "not support d8", string 756 "reason": "not support async_hooks", string 770 "reason": "not support Worker", string 796 "reason": "Not support WebAssembly", string 846 "reason": "Not support InspectorTest", string [all …]
|
| /arkcompiler/ets_runtime/common_components/heap/ |
| D | heap_manager.cpp | 24 void HeapManager::RequestGC(GCReason reason, bool async, GCType gcType) in RequestGC()
|
| /arkcompiler/jsvm/src/ |
| D | jsvm_env.cpp | 120 void PauseOnNextJavascriptStatement(const std::string& reason) override in PauseOnNextJavascriptStatement()
|
| /arkcompiler/ets_frontend/es2panda/test/parse_command/ |
| D | skip_tests.json | 3 …"reason" : "An error is occured when v8 is executed because the definition of the component is mis… string
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | dependent_infos.cpp | 51 std::string reason; in TraceLazyDeoptReason() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | gc_task.h | 91 GCTaskCause reason; // NOLINT(misc-non-private-member-variables-in-classes) member
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_runner.h | 57 void Paused(PauseReason reason) override in Paused() 174 void ExceptionRevoked(ExceptionWrapper reason, ExceptionID exceptionId) override in ExceptionRevoked()
|
| /arkcompiler/jsvm/src/inspector/ |
| D | inspector_utils.cpp | 171 const auto reason = ERR_GET_REASON(code); in CSPRNG() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_gc.cpp | 73 GCTaskCause reason = GCCauseFromInt(cause); in StdGCStartGC() local 318 GCTaskCause reason = GCCauseFromInt(cause); in StdGCScheduleGCAfterNthAlloc() local
|