Home
last modified time | relevance | path

Searched refs:SubSendableArrayBuffer (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/
Dexpect_output.txt516 SubSendableArrayBuffer length: 20
517 SubSendableArrayBuffer slicedSub[0]: 5
518 SubSendableArrayBuffer SendableInt32Array isView: true
Dsharedtypedarray.ts774 class SubSendableArrayBuffer extends SendableArrayBuffer { class
780 let subSArrayBuffer = new SubSendableArrayBuffer(20);
786 let isviewSub = SubSendableArrayBuffer.isView(new SendableInt32Array());