Searched refs:SendableBigInt64Array (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/ |
| D | sharedtypedarray.ts | 33 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', {
|
| D | expect_output.txt | 65 SendableBigInt64Array test success
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_typedarray.h | 47 … V(BigInt64Array, SharedBigInt64Array, BIGINT64_ARRAY, 8, SendableBigInt64Array) \
|