| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/arrays/ |
| D | arrays_static.cpp | 80 …auto output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array_wide.… in TEST_F() 84 ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array_wide.abc", in TEST_F() 85 ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array_wide_modified.abc", "store_element", in TEST_F() 101 …output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array_wide_modif… in TEST_F() 109 … auto output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array.abc", in TEST_F() 113 ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array.abc", in TEST_F() 114 ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array_modified_neg.abc", "store_element", in TEST_F() 135 … auto output = helpers::ExecuteStaticAbc(ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array.abc", in TEST_F() 139 ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array.abc", in TEST_F() 140 ABCKIT_ABC_DIR "ut/isa/isa_static/arrays/store_array_modified.abc", "store_element", in TEST_F() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | function_spread_arg.ts.json | 54 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 94 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 114 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
|
| D | partial_type.ts.json | 34 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 44 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
|
| D | destructuring_for_loop.sts | 25 const arrays = [ 30 for (const [q, w] of arrays) { 40 for ([x, y] of arrays) {
|
| D | destructuring_assignments.ts.json | 94 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 144 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 234 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 264 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 294 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 404 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 424 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
|
| D | destructuring_assignments.ts.autofix.json | 106 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 168 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 318 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 348 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 378 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 512 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 532 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
|
| D | object_spread.ts.json | 44 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
|
| D | object_spread.ts.autofix.json | 56 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/arrays/ |
| D | create_array_dynamic.cpp | 41 …auto output = helpers::ExecuteDynamicAbc(ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arrays/create_array_dy… in TEST_F() 46 ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arrays/create_array_dynamic.abc", in TEST_F() 47 ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arrays/create_array_dynamic_modified.abc", "test", in TEST_F() 74 …output = helpers::ExecuteDynamicAbc(ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arrays/create_array_dynamic… in TEST_F() 82 …auto output = helpers::ExecuteDynamicAbc(ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arrays/create_array_dy… in TEST_F() 87 ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arrays/create_array_dynamic.abc", in TEST_F() 88 ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arrays/create_array_dynamic_modified.abc", "test", in TEST_F() 120 …output = helpers::ExecuteDynamicAbc(ABCKIT_ABC_DIR "ut/isa/isa_dynamic/arrays/create_array_dynamic… in TEST_F()
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/rules/ |
| D | rule99.ts.json | 24 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet… 54 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
|
| D | rule69.ts.json | 74 …"rule": "It is possible to spread only arrays or classes derived from arrays into the rest paramet…
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | isinstance.yaml | 53 …Object of type O is instance of type T if O is the same as T or is subtype of T. For arrays T shou… 330 …ype O is instance of type T if O is the same as T or is subtype of T. For arrays T should be a root 393 # O and T are of the same type, both arrays, std object 401 # O and T are of the same type, both arrays, custom object 409 # O and T are of the same type, both arrays, string 418 # O is a subtype of T, both arrays, std object 426 # O is a subtype of T, both arrays, custom object 455 …ype O is instance of type T if O is the same as T or is subtype of T. For arrays T should be a root 544 # O and T are of the same type, both arrays, std object 552 # O and T are of the same type, both arrays, custom object [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | isinstance.yaml | 31 …Object of type O is instance of type T if O is the same as T or is subtype of T. For arrays T shou… 163 …ype O is instance of type T if O is the same as T or is subtype of T. For arrays T should be a root 225 # O and T are of the same type, both arrays, std object 233 # O and T are of the same type, both arrays, custom object 241 # O and T are of the same type, both arrays, string 250 # O is a subtype of T, both arrays, std object 258 # O is a subtype of T, both arrays, custom object 286 …ype O is instance of type T if O is the same as T or is subtype of T. For arrays T should be a root 336 # O and T are of unrelated types, both arrays, std object 344 # O and T are of unrelated types, both arrays, custom object [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/annotation_tests/ |
| D | annotationDecl_bad_type.sts | 24 …: Invalid annotation field type. Only numeric, boolean, string, enum, or arrays of these types are… 25 …: Invalid annotation field type. Only numeric, boolean, string, enum, or arrays of these types are… 26 …: Invalid annotation field type. Only numeric, boolean, string, enum, or arrays of these types are…
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe99.md | 1 # It is possible to spread only arrays or classes derived from arrays into the rest parameter or a… 9 Otherwise, manually "unpack" data from arrays and objects, where necessary. 10 All typed arrays from the standard library (for example, ``Int32Array``)
|
| D | recipe80.md | 10 cannot change at runtime. For arrays, iterate with the regular ``for`` loop. 39 - Recipe 082: ``for-of`` is supported only for arrays, strings, sets, maps and classes derived fro…
|
| /arkcompiler/runtime_core/libabckit/tests/ut/extensions/js/modify_api/arrays/ |
| D | array_modify_test.cpp | 43 …auto output = helpers::ExecuteDynamicAbc(ABCKIT_ABC_DIR "ut/extensions/js/modify_api/arrays/starra… in TEST_F() 49 ABCKIT_ABC_DIR "ut/extensions/js/modify_api/arrays/starrayspread.abc", in TEST_F() 50 …ABCKIT_ABC_DIR "ut/extensions/js/modify_api/arrays/starrayspread_modified.abc", "starrayspread.fun… in TEST_F() 61 …output = helpers::ExecuteDynamicAbc(ABCKIT_ABC_DIR "ut/extensions/js/modify_api/arrays/starrayspre… in TEST_F()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/ |
| D | ReadonlyArrayTest.sts | 16 class Arrays { 42 return Arrays.equals(leftReadOnly, rightReadOnly); 101 const arr: ReadonlyArray<Number> = Arrays.copy(TEST_ARRAY); 115 const arr: ReadonlyArray<Number> = Arrays.copy(TEST_ARRAY); 133 const arr: ReadonlyArray<Number> = Arrays.copy(TEST_ARRAY); 149 const testArray: ReadonlyArray<Number> = Arrays.copy(TEST_ARRAY); 163 const arr: ReadonlyArray<Number> = Arrays.copy(TEST_ARRAY); 166 if (!Arrays.equals(res, arr)) return RESULT_FAILURE; 193 const arr: ReadonlyArray<Number> = Arrays.copy(TEST_ARRAY); 207 const arr: ReadonlyArray<Number> = Arrays.copy(TEST_ARRAY); [all …]
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | property.h | 24 static const char ARK_DFX_PROP[] = "ark.dfx.options"; // NOLINT(modernize-avoid-c-arrays) 25 static const char ARK_TRACE_PROP[] = "ark.trace.enable"; // NOLINT(modernize-avoid-c-arrays)
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | property.h | 26 static const char ARK_DFX_PROP[] = "ark.dfx.options"; // NOLINT(modernize-avoid-c-arrays) 27 static const char ARK_TRACE_PROP[] = "ark.trace.enable"; // NOLINT(modernize-avoid-c-arrays)
|
| /arkcompiler/runtime_core/static_core/runtime/include/mem/ |
| D | panda_smart_pointers.h | 44 // NOLINTNEXTLINE(modernize-avoid-c-arrays) 48 // NOLINTNEXTLINE(modernize-avoid-c-arrays) 50 … NOLINTNEXTLINE(google-explicit-constructor, readability-named-parameter, modernize-avoid-c-arrays) 56 … NOLINTNEXTLINE(google-explicit-constructor, readability-named-parameter, modernize-avoid-c-arrays)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_utils.h | 25 // NOLINTBEGIN(modernize-avoid-c-arrays) 27 // NOLINTEND(modernize-avoid-c-arrays)
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | error_helper.h | 26 constexpr char DEFAULT_EMPTY_STACK_TRACE[] = "stack is empty"; // NOLINT (modernize-avoid-c-arrays) 27 constexpr char INTRINSIC_METHOD_NAME[] = "Intrinsic method"; // NOLINT (modernize-avoid-c-arrays)
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | bitmap_page_alignment_test.cpp | 30 // NOLINTNEXTLINE(modernize-avoid-c-arrays) in TEST_F() 40 // NOLINTBEGIN(modernize-avoid-c-arrays) in TEST_F() 43 // NOLINTEND(modernize-avoid-c-arrays) in TEST_F()
|
| D | internal_allocator_test.cpp | 110 // NOLINTNEXTLINE(modernize-avoid-c-arrays) in TEST_F() 152 // NOLINTNEXTLINE(modernize-avoid-c-arrays) in TEST_F() 177 // NOLINTNEXTLINE(modernize-avoid-c-arrays) in TEST_F() 194 // NOLINTNEXTLINE(modernize-avoid-c-arrays) in TEST_F() 225 // NOLINTNEXTLINE(modernize-avoid-c-arrays) in TEST_F()
|