Home
last modified time | relevance | path

Searched refs:SendableBigInt64Array (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/
Dsharedtypedarray.ts33 SendableBigInt64Array,
41 if (ctor == SendableBigInt64Array || ctor == SendableBigUint64Array) {
166 [SendableBigInt64Array, SendableBigUint64Array].forEach((ctor: Function) => {
237 [SendableBigInt64Array, [0n, 1n]], variable
301 [SendableBigInt64Array, [1n, 2n, 3n]],
305 if (typedArray instanceof SendableBigInt64Array || typedArray instanceof SendableBigUint64Array) {
674 Object.defineProperty(SendableBigInt64Array.prototype, 'constructor', {
Dexpect_output.txt65 SendableBigInt64Array test success
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.h47 … V(BigInt64Array, SharedBigInt64Array, BIGINT64_ARRAY, 8, SendableBigInt64Array) \