Home
last modified time | relevance | path

Searched refs:SendableUint32Array (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/
Dsharedtypedarray.ts37 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 …]
Dexpect_output.txt61 SendableUint32Array test success
504 SendableUint32Array test IC success
/arkcompiler/ets_runtime/test/moduletest/loadicbyname/
Dloadicbyname.js125 SendableUint32Array,
Dexpect_output.txt24 SendableUint32Array set proto with sendable object failed. err: TypeError: Cannot set proto with se…
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.h44 … V(Uint32Array, SharedUint32Array, UINT32_ARRAY, 4, SendableUint32Array) \