Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/taihe/test/ani_typedarray/idl/
Dbar.taihe15 function SumUint8Array(v: @typedarray Array<u8>): i8;
16 function NewUint8Array(n: i64, v: i8): @typedarray Array<u8>;
18 function SumUint16Array(v: @typedarray Array<u16>): i16;
19 function NewUint16Array(n: i64, v: i16): @typedarray Array<u16>;
21 function SumUint32Array(v: @typedarray Array<u32>): i32;
22 function NewUint32Array(n: i64, v: i32): @typedarray Array<u32>;
24 function SumBigUint64Array(v: @typedarray Array<u64>): i64;
25 function NewBigUint64Array(n: i64, v: i64): @typedarray Array<u64>;
27 function SumInt8Array(v: @typedarray Array<i8>): i8;
28 function NewInt8Array(n: i64, v: i8): @typedarray Array<i8>;
[all …]
/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.cpp35 bool JSTypedArray::GetOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetOwnProperty() argument
55 JSTypedArray::IntegerIndexedElementGet(thread, typedarray, numericIndex).GetValue(); in GetOwnProperty()
68 return JSObject::OrdinaryGetOwnProperty(thread, JSHandle<JSObject>(typedarray), key, desc); in GetOwnProperty()
72 bool JSTypedArray::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in HasProperty() argument
89 JSHandle<JSTypedArray> typedarrayObj(typedarray); in HasProperty()
133 bool JSTypedArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in DefineOwnProperty() argument
143 JSHandle<JSTypedArray> typedarrayObj(typedarray); in DefineOwnProperty()
196 … return (JSTypedArray::IntegerIndexedElementSet(thread, typedarray, numericIndex, value)); in DefineOwnProperty()
206 …rationResult JSTypedArray::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, in GetProperty() argument
212 …if ((key->IsString() || key->IsNumber()) && JSTaggedValue::SameValue(thread, typedarray, receiver)… in GetProperty()
[all …]
/arkcompiler/runtime_core/taihe/test/ani_union/idl/
Dunion_ani.taihe49 u8Value: @typedarray Array<u8>;
50 i8Value: @typedarray Array<i8>;
52 u16Value: @typedarray Array<u16>;
53 i16Value: @typedarray Array<i16>;
55 u32Value: @typedarray Array<u32>;
56 i32Value: @typedarray Array<i32>;
58 u64Value: @typedarray Array<u64>;
59 i64Value: @typedarray Array<i64>;
61 f32Value: @typedarray Array<f32>;
62 f64Value: @typedarray Array<f64>;
/arkcompiler/ets_runtime/test/aottest/typedarray/
DBUILD.gn16 host_aot_test_action("typedarray") {
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/
DBUILD.gn31 "typedarray:ark_aot_builtin_inlining_typedarray_test",
/arkcompiler/runtime_core/taihe/test/ani_array/idl/
Darray_test.taihe186 fetchDataPro(): @typedarray Array<u8>;
193 fetchDataPro(): @typedarray Array<u16>;
/arkcompiler/ets_frontend/test262/
Dignored-test262-fastverify-x64-jit.txt14 test262/data/test/built-ins/TypedArray/prototype/set/typedarray-arg-offset-tointeger.js
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 …]
Dsendable_tests.txt3143 sendable/builtins/ArrayBuffer/isView/arg-is-typedarray-buffer.js
3144 sendable/builtins/ArrayBuffer/isView/arg-is-typedarray-constructor.js
3145 #sendable/builtins/ArrayBuffer/isView/arg-is-typedarray-subclass-instance.js
3146 #sendable/builtins/ArrayBuffer/isView/arg-is-typedarray.js
4388 #sendable/builtins/TypedArray/from/from-typedarray-into-itself-mapper-detaches-result.js
4389 #sendable/builtins/TypedArray/from/from-typedarray-into-itself-mapper-makes-result-out-of-bounds.js
4390 #sendable/builtins/TypedArray/from/from-typedarray-mapper-detaches-result.js
4391 #sendable/builtins/TypedArray/from/from-typedarray-mapper-makes-result-out-of-bounds.js
4465 sendable/builtins/TypedArray/prototype/buffer/this-inherits-typedarray.js
4564 sendable/builtins/TypedArray/prototype/copyWithin/this-is-not-typedarray-instance.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
/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/runtime_core/taihe/test/ani_struct/idl/
Dstruct_test.taihe81 param1: @typedarray Array<i8>;
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp945 JSTaggedValue JSAPIFastBuffer::SetValueByIndex(JSThread *thread, const JSTaggedValue typedarray, ui… in SetValueByIndex() argument
948 ASSERT(typedarray.IsJSUint8Array()); in SetValueByIndex()
949 JSTypedArray *typedarrayObj = JSTypedArray::Cast(typedarray.GetTaggedObject()); in SetValueByIndex()
959 JSTaggedValue JSAPIFastBuffer::GetValueByIndex(JSThread *thread, const JSTaggedValue typedarray, ui… in GetValueByIndex() argument
962 ASSERT(typedarray.IsTypedArray() || typedarray.IsSharedTypedArray()); in GetValueByIndex()
964 JSTypedArray *typedarrayObj = JSTypedArray::Cast(typedarray.GetTaggedObject()); in GetValueByIndex()
Djs_api_buffer.h256 …static JSTaggedValue SetValueByIndex(JSThread *thread, const JSTaggedValue typedarray, uint32_t in…
258 …static JSTaggedValue GetValueByIndex(JSThread *thread, const JSTaggedValue typedarray, uint32_t in…
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dwin-dynamic-node.cpp160 NAPI_EXTERN napi_status NAPI_CDECL napi_get_typedarray_info(napi_env env, napi_value typedarray, in napi_get_typedarray_info() argument
165 … return p_napi_get_typedarray_info(env, typedarray, type, length, data, arraybuffer, byte_offset); in napi_get_typedarray_info()
/arkcompiler/ets_runtime/test/aottest/
DBUILD.gn364 "typedarray",
/arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/utils/
Dtest_core_typedarray.j2424 "Error: final typedarray has incorrect value as position: " +
/arkcompiler/jsvm/interface/kits/
Djsvm.h1399 JSVM_Value typedarray,
/arkcompiler/runtime_core/taihe/test/ani_union/user/
Dmain.ets739 // union typedarray
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4035 JSVM_Value typedarray, in OH_JSVM_GetTypedarrayInfo() argument
4043 CHECK_ARG(env, typedarray); in OH_JSVM_GetTypedarrayInfo()
4044 CHECK_SCOPE(env, typedarray); in OH_JSVM_GetTypedarrayInfo()
4046 v8::Local<v8::Value> value = v8impl::V8LocalValueFromJsValue(typedarray); in OH_JSVM_GetTypedarrayInfo()
/arkcompiler/runtime_core/static_core/tests/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 …]

12