Searched refs:SendableUint32Array (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/ |
| D | sharedtypedarray.ts | 37 SendableUint32Array, 53 let uint32 = SendableUint32Array([1, 2, 3, 4, 5]); 59 let uint32 = new SendableUint32Array(2); 64 uint32 = new SendableUint32Array([11, 22]); 66 uint32 = new SendableUint32Array(new Array(11, 22)); 70 uint32 = new SendableUint32Array(new SendableArray(11, 22, 33)); 82 uint8 = new SendableUint8Array(new SendableUint32Array([1024, 11, 22])); 138 uint32 = new SendableUint32Array({ [0]: sObj, [1]: obj, [2]: 300, [3]: 4000, length: 4 }); 154 SendableUint32Array, 232 [SendableUint32Array, [0, 1]], variable [all …]
|
| D | expect_output.txt | 61 SendableUint32Array test success 504 SendableUint32Array test IC success
|
| /arkcompiler/ets_runtime/test/moduletest/loadicbyname/ |
| D | loadicbyname.js | 125 SendableUint32Array,
|
| D | expect_output.txt | 24 SendableUint32Array set proto with sendable object failed. err: TypeError: Cannot set proto with se…
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_typedarray.h | 44 … V(Uint32Array, SharedUint32Array, UINT32_ARRAY, 4, SendableUint32Array) \
|