Home
last modified time | relevance | path

Searched refs:TypedArray (Results 1 – 25 of 31) sorted by relevance

12

/arkcompiler/ets_frontend/test262/
Des2023_tests.txt21 built-ins/TypedArray/prototype/findLast/predicate-call-parameters.js
22 built-ins/TypedArray/prototype/findLast/return-abrupt-from-predicate-call.js
23 built-ins/TypedArray/prototype/findLast/this-is-not-object.js
24 built-ins/TypedArray/prototype/findLast/invoked-as-method.js
25 built-ins/TypedArray/prototype/findLast/BigInt/predicate-call-parameters.js
26 built-ins/TypedArray/prototype/findLast/BigInt/return-abrupt-from-predicate-call.js
27 built-ins/TypedArray/prototype/findLast/BigInt/predicate-call-changes-value.js
28 built-ins/TypedArray/prototype/findLast/BigInt/return-undefined-if-predicate-returns-false-value.js
29 built-ins/TypedArray/prototype/findLast/BigInt/predicate-may-detach-buffer.js
30 built-ins/TypedArray/prototype/findLast/BigInt/predicate-call-this-strict.js
[all …]
Des2015_tests.txt4250 built-ins/TypedArray/from/arylk-get-length-error.js
4251 built-ins/TypedArray/from/arylk-to-length-error.js
4252 built-ins/TypedArray/from/invoked-as-func.js
4253 built-ins/TypedArray/from/invoked-as-method.js
4254 built-ins/TypedArray/from/iter-access-error.js
4255 built-ins/TypedArray/from/iter-invoke-error.js
4256 built-ins/TypedArray/from/iter-next-error.js
4257 built-ins/TypedArray/from/iter-next-value-error.js
4258 built-ins/TypedArray/from/length.js
4259 built-ins/TypedArray/from/mapfn-is-not-callable.js
[all …]
DCI_tests.txt2139 built-ins/TypedArray/from/arylk-get-length-error.js
2140 built-ins/TypedArray/from/invoked-as-func.js
2141 built-ins/TypedArray/from/iter-access-error.js
2142 built-ins/TypedArray/from/iter-next-error.js
2143 built-ins/TypedArray/from/mapfn-is-not-callable.js
2144 built-ins/TypedArray/from/prop-desc.js
2145 built-ins/TypedArray/of/not-a-constructor.js
2146 built-ins/TypedArray/prototype/buffer/invoked-as-accessor.js
2147 built-ins/TypedArray/prototype/buffer/length.js
2148 built-ins/TypedArray/prototype/buffer/prop-desc.js
[all …]
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h760 V(TypedArray, BaseConstructor) \
761 V(TypedArray, Int8ArrayConstructor) \
762 V(TypedArray, Uint8ArrayConstructor) \
763 V(TypedArray, Uint8ClampedArrayConstructor) \
764 V(TypedArray, Int16ArrayConstructor) \
765 V(TypedArray, Uint16ArrayConstructor) \
766 V(TypedArray, Int32ArrayConstructor) \
767 V(TypedArray, Uint32ArrayConstructor) \
768 V(TypedArray, Float32ArrayConstructor) \
769 V(TypedArray, Float64ArrayConstructor) \
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_typedarray_test.cpp45 using TypedArray = ecmascript::builtins::BuiltinsTypedArray; typedef
253 JSTaggedValue result = TypedArray::Int8ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArrayFromList()
274 JSTaggedValue result = TypedArray::Species(ecmaRuntimeCallInfo1); in HWTEST_F_L0()
295 [[maybe_unused]] JSTaggedValue result = TypedArray::Includes(ecmaRuntimeCallInfo1); in HWTEST_F_L0()
306 result = TypedArray::Includes(ecmaRuntimeCallInfo2); in HWTEST_F_L0()
318 result = TypedArray::Includes(ecmaRuntimeCallInfo3); in HWTEST_F_L0()
365 [[maybe_unused]] JSTaggedValue result = TypedArray::At(ecmaRuntimeCallInfo1); in HWTEST_F_L0()
376 result = TypedArray::At(ecmaRuntimeCallInfo2); in HWTEST_F_L0()
387 result = TypedArray::At(ecmaRuntimeCallInfo3); in HWTEST_F_L0()
398 result = TypedArray::At(ecmaRuntimeCallInfo4); in HWTEST_F_L0()
[all …]
Dbuiltins_atomics_test.cpp36 using TypedArray = ecmascript::builtins::BuiltinsTypedArray; typedef
79 JSTaggedValue result = TypedArray::Int8ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
104 result = TypedArray::BigInt64ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
116 result = TypedArray::BigUint64ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
128 result = TypedArray::Int16ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
140 result = TypedArray::Int32ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
152 result = TypedArray::Int8ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
164 result = TypedArray::Uint16ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
176 result = TypedArray::Uint32ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
188 result = TypedArray::Uint8ArrayConstructor(ecmaRuntimeCallInfo1); in CreateTypedArray()
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp48 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, BaseConstructor); in TypedArrayBaseConstructor()
56 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Int8ArrayConstructor); in Int8ArrayConstructor()
65 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Uint8ArrayConstructor); in Uint8ArrayConstructor()
74 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Uint8ClampedArrayConstructor); in Uint8ClampedArrayConstructor()
84 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Int16ArrayConstructor); in Int16ArrayConstructor()
93 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Uint16ArrayConstructor); in Uint16ArrayConstructor()
102 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Int32ArrayConstructor); in Int32ArrayConstructor()
111 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Uint32ArrayConstructor); in Uint32ArrayConstructor()
120 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Float32ArrayConstructor); in Float32ArrayConstructor()
129 BUILTINS_API_TRACE(argv->GetThread(), TypedArray, Float64ArrayConstructor); in Float64ArrayConstructor()
[all …]
Dbuiltins_lazy_callback.cpp125 JSTaggedValue BuiltinsLazyCallback::TypedArray(JSThread *thread, const JSHandle<JSObject> &obj) in TypedArray() function in panda::ecmascript::builtins::BuiltinsLazyCallback
153TypedArray(thread, obj); \
Dbuiltins_lazy_callback.h60 static JSTaggedValue TypedArray(JSThread *thread, const JSHandle<JSObject> &obj);
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist-compiler-arm64.txt362 built-ins/TypedArray/prototype/copyWithin/negative-out-of-bounds-end.js
363 built-ins/TypedArray/prototype/copyWithin/negative-out-of-bounds-target.js
364 built-ins/TypedArray/prototype/fill/coerced-indexes.js
365 built-ins/TypedArray/prototype/fill/fill-values-conversion-operations.js
366 built-ins/TypedArray/prototype/join/custom-separator-result-from-tostring-on-each-value.js
367 built-ins/TypedArray/prototype/reduce/callbackfn-return-does-not-change-instance.js
368 built-ins/TypedArray/prototype/reduce/get-length-uses-internal-arraylength.js
369 built-ins/TypedArray/prototype/reduce/result-is-last-callbackfn-return.js
370 built-ins/TypedArray/prototype/reduce/result-of-any-type.js
371 built-ins/TypedArray/prototype/reduceRight/callbackfn-return-does-not-change-instance.js
[all …]
Dtest262skiplist-flaky.txt8 built-ins/TypedArray/prototype/filter/callbackfn-called-before-species.js
Dtest262skiplist.txt572 built-ins/TypedArray/prototype/copyWithin/BigInt/coerced-values-end.js
573 built-ins/TypedArray/prototype/copyWithin/BigInt/coerced-values-start.js
574 built-ins/TypedArray/prototype/copyWithin/BigInt/coerced-values-target.js
575 built-ins/TypedArray/prototype/copyWithin/BigInt/negative-end.js
576 built-ins/TypedArray/prototype/copyWithin/BigInt/negative-out-of-bounds-end.js
577 built-ins/TypedArray/prototype/copyWithin/BigInt/negative-out-of-bounds-start.js
578 built-ins/TypedArray/prototype/copyWithin/BigInt/negative-out-of-bounds-target.js
579 built-ins/TypedArray/prototype/copyWithin/BigInt/negative-start.js
580 built-ins/TypedArray/prototype/copyWithin/BigInt/negative-target.js
581 built-ins/TypedArray/prototype/copyWithin/BigInt/non-negative-out-of-bounds-end.js
[all …]
Dtest262skiplist-long.txt24 built-ins/TypedArray/prototype/map/return-new-typedarray-conversion-operation.js
25 built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-other-type-conversions.js
26 built-ins/TypedArray/prototype/sort/stability.js
/arkcompiler/ets_runtime/test/aottest/tryldglobalbyname_global_object/
Dtryldglobalbyname_global_object.ts331 print(TypedArray);
332 globalThis.TypedArray = "TypedArray";
333 print(TypedArray);
334 delete globalThis.TypedArray;
336 print(TypedArray);
Dexpect_output.txt92 function TypedArray() { [native code] }
93 TypedArray
94 ReferenceError: TypedArray is not defined
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/test-lists/test262/
Dtest262-ignored-JIT-REPEATS.txt1098 built-ins/TypedArray/Symbol.species/length.js
1099 built-ins/TypedArray/Symbol.species/name.js
1100 built-ins/TypedArray/from/length.js
1101 built-ins/TypedArray/from/name.js
1102 built-ins/TypedArray/from/prop-desc.js
1103 built-ins/TypedArray/length.js
1104 built-ins/TypedArray/name.js
1105 built-ins/TypedArray/of/length.js
1106 built-ins/TypedArray/of/name.js
1107 built-ins/TypedArray/of/prop-desc.js
[all …]
Dtest262-excluded.txt8442 built-ins/TypedArray/prototype/Symbol.toStringTag/BigInt/detached-buffer.js
8443 built-ins/TypedArray/prototype/Symbol.toStringTag/detached-buffer.js
8444 built-ins/TypedArray/prototype/at/BigInt/return-abrupt-from-this-out-of-bounds.js
8445 built-ins/TypedArray/prototype/at/index-argument-tointeger.js
8446 built-ins/TypedArray/prototype/at/index-non-numeric-argument-tointeger-invalid.js
8447 built-ins/TypedArray/prototype/at/index-non-numeric-argument-tointeger.js
8448 built-ins/TypedArray/prototype/at/length.js
8449 built-ins/TypedArray/prototype/at/name.js
8450 built-ins/TypedArray/prototype/at/prop-desc.js
8451 built-ins/TypedArray/prototype/at/return-abrupt-from-this-out-of-bounds.js
[all …]
Dtest262-ignored-JIT-ASAN-REPEATS.txt21 built-ins/TypedArray/prototype/sort/stability.js
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DtypedArray.ets.j2438 …nk https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set}
453 …nk https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set}
590 // See TypedArray.indexOf JS docs
678 …s://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/lastIndexOf
693 …s://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/lastIndexOf
768 …k https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/slice
783 …k https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/slice
DtypedUArray.ets.j2394 …nk https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set}
413 …nk https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set}
626 …s://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/lastIndexOf
641 …s://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/lastIndexOf
717 …k https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/slice
732 …k https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/slice
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DTypedArrays.ets400 …nk https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set}
415 …nk https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set}
550 // See TypedArray.indexOf JS docs
637 …s://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/lastIndexOf
652 …s://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/lastIndexOf
726 …k https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/slice
741 …k https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/slice
2317 …nk https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set}
2332 …nk https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set}
2467 // See TypedArray.indexOf JS docs
[all …]
DTypedUArrays.ets375 …nk https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set}
394 …nk https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set}
576 …s://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/lastIndexOf
591 …s://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/lastIndexOf
656 …k https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/slice
671 …k https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/slice
2108 …nk https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set}
2127 …nk https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set}
2309 …s://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/lastIndexOf
2324 …s://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/lastIndexOf
[all …]
DArrayBuffer.ets65 … //TODO(ivan-tyulyandin): add DataView and unsigned TypedArray API when it will be implemented
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/test-lists/hermes/
Dhermes-excluded.txt101 TypedArray.js
/arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/
Descompat.rst4086 …nce/Global_objects/TypedArray/lastIndexOf <https://developer.mozilla.org/en-US/docs/Web/JavaScript…
4306 …erence/Global_objects/TypedArray/slice <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Re…
5621 …nce/Global_objects/TypedArray/lastIndexOf <https://developer.mozilla.org/en-US/docs/Web/JavaScript…
5935 …erence/Global_objects/TypedArray/slice <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Re…
9393 …nce/Global_objects/TypedArray/lastIndexOf <https://developer.mozilla.org/en-US/docs/Web/JavaScript…
9613 …erence/Global_objects/TypedArray/slice <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Re…
10671 …nce/Global_objects/TypedArray/lastIndexOf <https://developer.mozilla.org/en-US/docs/Web/JavaScript…
10861 …erence/Global_objects/TypedArray/slice <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Re…
11917 …nce/Global_objects/TypedArray/lastIndexOf <https://developer.mozilla.org/en-US/docs/Web/JavaScript…
12137 …erence/Global_objects/TypedArray/slice <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Re…
[all …]

12