Home
last modified time | relevance | path

Searched refs:typedarray (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.h47 static bool GetOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray,
50 static bool HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray,
53 static bool DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray,
56 …tic inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetProperty() argument
59 return GetProperty(thread, typedarray, key, typedarray); in GetProperty()
61 …tic inline OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetProperty() argument
64 return FastElementGet(thread, typedarray, index); in GetProperty()
66 static OperationResult GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray,
69 static inline bool SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray,
73 return SetProperty(thread, typedarray, key, value, typedarray, mayThrow);
[all …]
Djs_typed_array.cpp34 bool JSTypedArray::GetOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetOwnProperty() argument
54 JSTypedArray::IntegerIndexedElementGet(thread, typedarray, numericIndex).GetValue(); in GetOwnProperty()
67 return JSObject::OrdinaryGetOwnProperty(thread, JSHandle<JSObject>(typedarray), key, desc); in GetOwnProperty()
71 bool JSTypedArray::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in HasProperty() argument
88 JSHandle<JSTypedArray> typedarrayObj(typedarray); in HasProperty()
135 bool JSTypedArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in DefineOwnProperty() argument
145 JSHandle<JSTypedArray> typedarrayObj(typedarray); in DefineOwnProperty()
198 … return (JSTypedArray::IntegerIndexedElementSet(thread, typedarray, numericIndex, value)); in DefineOwnProperty()
216 …rationResult JSTypedArray::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetProperty() argument
222 if ((key->IsString() || key->IsNumber()) && JSTaggedValue::SameValue(typedarray, receiver)) { in GetProperty()
[all …]
/arkcompiler/ets_frontend/test262/
Dignored-test262-release-x64-aot-pgo-litecg.txt4 test262/data/test_es2021/built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-o…
Des2015_tests.txt2753 built-ins/ArrayBuffer/isView/arg-is-typedarray.js
2754 built-ins/ArrayBuffer/isView/arg-is-typedarray-buffer.js
2755 built-ins/ArrayBuffer/isView/arg-is-typedarray-constructor.js
2756 built-ins/ArrayBuffer/isView/arg-is-typedarray-subclass-instance.js
2838 built-ins/Atomics/notify/non-int32-typedarray-throws.js
2858 built-ins/Atomics/notify/not-a-typedarray-throws.js
2862 built-ins/Atomics/notify/bigint/non-bigint64-typedarray-throws.js
2887 built-ins/Atomics/wait/non-int32-typedarray-throws.js
2917 built-ins/Atomics/wait/not-a-typedarray-throws.js
2932 built-ins/Atomics/wait/bigint/non-bigint64-typedarray-throws.js
[all …]
DCI_tests.txt1368 built-ins/ArrayBuffer/isView/arg-is-typedarray-buffer.js
1369 built-ins/ArrayBuffer/isView/arg-is-typedarray.js
2041 built-ins/TypedArrayConstructors/ctors/typedarray-arg/custom-proto-access-throws.js
2042 built-ins/TypedArrayConstructors/ctors/typedarray-arg/other-ctor-buffer-ctor-access-throws.js
2043 built-ins/TypedArrayConstructors/ctors/typedarray-arg/other-ctor-buffer-ctor-not-object-throws.js
2044 built-ins/TypedArrayConstructors/ctors/typedarray-arg/other-ctor-buffer-ctor-species-not-ctor-throw…
2045 built-ins/TypedArrayConstructors/ctors/typedarray-arg/other-ctor-buffer-ctor-species-prototype-thro…
2046 built-ins/TypedArrayConstructors/ctors/typedarray-arg/other-ctor-returns-new-typedarray.js
2047 built-ins/TypedArrayConstructors/ctors/typedarray-arg/same-ctor-buffer-ctor-access-throws.js
2048 built-ins/TypedArrayConstructors/ctors/typedarray-arg/same-ctor-buffer-ctor-species-not-ctor.js
[all …]
Des2023_tests.txt53 built-ins/TypedArray/prototype/findLast/this-is-not-typedarray-instance.js
109 built-ins/TypedArray/prototype/findLastIndex/this-is-not-typedarray-instance.js
Dignored-test262-fastverify-qemu-aot-pgo.txt57 test262/data/test_es2021/built-ins/Atomics/notify/non-int32-typedarray-throws.js
58 test262/data/test_es2021/built-ins/Atomics/notify/not-a-typedarray-throws.js
75 test262/data/test_es2021/built-ins/Atomics/wait/non-int32-typedarray-throws.js
80 test262/data/test_es2021/built-ins/Atomics/notify/bigint/non-bigint64-typedarray-throws.js
83 test262/data/test_es2021/built-ins/Atomics/wait/bigint/non-bigint64-typedarray-throws.js
1916 test262/data/test_es2021/built-ins/TypedArray/prototype/entries/this-is-not-typedarray-instance.js
1921 test262/data/test_es2021/built-ins/TypedArray/prototype/every/this-is-not-typedarray-instance.js
1935 test262/data/test_es2021/built-ins/TypedArray/prototype/filter/this-is-not-typedarray-instance.js
1947 test262/data/test_es2021/built-ins/TypedArray/prototype/forEach/this-is-not-typedarray-instance.js
1959 test262/data/test_es2021/built-ins/TypedArray/prototype/join/this-is-not-typedarray-instance.js
[all …]
Dignored-test262-fastverify-qemu-aot-pgo-litecg.txt855 test262/data/test_es2021/built-ins/Atomics/notify/non-int32-typedarray-throws.js
856 test262/data/test_es2021/built-ins/Atomics/notify/not-a-typedarray-throws.js
873 test262/data/test_es2021/built-ins/Atomics/wait/non-int32-typedarray-throws.js
878 test262/data/test_es2021/built-ins/Atomics/notify/bigint/non-bigint64-typedarray-throws.js
881 test262/data/test_es2021/built-ins/Atomics/wait/bigint/non-bigint64-typedarray-throws.js
2714 test262/data/test_es2021/built-ins/TypedArray/prototype/entries/this-is-not-typedarray-instance.js
2719 test262/data/test_es2021/built-ins/TypedArray/prototype/every/this-is-not-typedarray-instance.js
2733 test262/data/test_es2021/built-ins/TypedArray/prototype/filter/this-is-not-typedarray-instance.js
2745 test262/data/test_es2021/built-ins/TypedArray/prototype/forEach/this-is-not-typedarray-instance.js
2757 test262/data/test_es2021/built-ins/TypedArray/prototype/join/this-is-not-typedarray-instance.js
[all …]
Dother_tests.txt5641 built-ins/TypedArray/prototype/findLast/this-is-not-typedarray-instance.js
5654 built-ins/TypedArray/prototype/findLastIndex/this-is-not-typedarray-instance.js
5672 built-ins/TypedArray/prototype/includes/this-is-not-typedarray-instance.js
5677 built-ins/TypedArray/prototype/set/src-typedarray-big-throws.js
5678 built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-other-type-conversions-sab…
5679 built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-other-type-sab.js
5680 built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-same-type-sab.js
5681 built-ins/TypedArray/prototype/set/typedarray-arg-set-values-same-buffer-same-type-sab.js
5725 built-ins/TypedArrayConstructors/ctors/typedarray-arg/src-typedarray-big-throws.js
15983 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-diff-buffer-other-type-sab.js
[all …]
/arkcompiler/ets_runtime/test/aottest/typedarray/
DBUILD.gn16 host_aot_test_action("typedarray") {
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/
DBUILD.gn30 "typedarray:ark_aot_builtin_inlining_typedarray_test",
/arkcompiler/ets_frontend/es2panda/test/
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
Dtest262skiplist.txt50 built-ins/Atomics/wait/bigint/non-bigint64-typedarray-throws.js
71 built-ins/Atomics/waitAsync/bigint/not-a-typedarray-throws.js
747 built-ins/TypedArray/prototype/set/BigInt/src-typedarray-big.js
749 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-offset-tointeger.js
750 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-diff-buffer-other-type-sab.js
751 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-diff-buffer-other-type.js
752 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-diff-buffer-same-type-sab.js
753 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-diff-buffer-same-type.js
754 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-same-buffer-same-type-sab.js
755 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-same-buffer-same-type.js
[all …]
Dtest262skiplist-compiler-arm64.txt378 built-ins/TypedArray/prototype/set/typedarray-arg-offset-tointeger.js
379 built-ins/TypedArray/prototype/set/typedarray-arg-set-values-diff-buffer-other-type.js
/arkcompiler/ets_runtime/test/aottest/
DBUILD.gn314 "typedarray",
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/test-lists/test262/
Dtest262-excluded.txt2042 built-ins/ArrayIteratorPrototype/next/detach-typedarray-in-progress.js
2139 built-ins/Atomics/notify/bigint/non-bigint64-typedarray-throws.js
2157 built-ins/Atomics/notify/non-int32-typedarray-throws.js
2165 built-ins/Atomics/notify/not-a-typedarray-throws.js
2250 built-ins/Atomics/wait/bigint/non-bigint64-typedarray-throws.js
2278 built-ins/Atomics/wait/non-int32-typedarray-throws.js
2280 built-ins/Atomics/wait/not-a-typedarray-throws.js
2326 built-ins/Atomics/waitAsync/bigint/non-bigint64-typedarray-throws.js
2328 built-ins/Atomics/waitAsync/bigint/not-a-typedarray-throws.js
2374 built-ins/Atomics/waitAsync/non-int32-typedarray-throws.js
[all …]
Dtest262-ignored-JIT-REPEATS.txt1199 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-src-arraylength-internal.js
1200 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-src-byteoffset-internal.js
1201 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-target-arraylength-internal.js
1202 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-target-byteoffset-internal.js
1207 built-ins/TypedArray/prototype/set/typedarray-arg-src-arraylength-internal.js
1208 built-ins/TypedArray/prototype/set/typedarray-arg-src-byteoffset-internal.js
1209 built-ins/TypedArray/prototype/set/typedarray-arg-target-arraylength-internal.js
1210 built-ins/TypedArray/prototype/set/typedarray-arg-target-byteoffset-internal.js