MCPcopy Create free account
hub / github.com/nodejs/node / testElement

Function testElement

deps/v8/test/mjsunit/asm/atomics-or.js:86–93  ·  view source on GitHub ↗
(m, offset)

Source from the content-addressed store, hash-verified

84}
85
86function testElement(m, offset) {
87 testElementType(Int8Array, m.ori8, offset);
88 testElementType(Int16Array, m.ori16, offset);
89 testElementType(Int32Array, m.ori32, offset);
90 testElementType(Uint8Array, m.oru8, offset);
91 testElementType(Uint16Array, m.oru16, offset);
92 testElementType(Uint32Array, m.oru32, offset);
93}
94
95var offset = 0;
96var sab = new SharedArrayBuffer(16);

Callers 1

atomics-or.jsFile · 0.70

Calls 1

testElementTypeFunction · 0.70

Tested by

no test coverage detected