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

Function testElement

deps/v8/test/mjsunit/asm/atomics-and.js:84–91  ·  view source on GitHub ↗
(m, offset)

Source from the content-addressed store, hash-verified

82}
83
84function testElement(m, offset) {
85 testElementType(Int8Array, m.andi8, offset);
86 testElementType(Int16Array, m.andi16, offset);
87 testElementType(Int32Array, m.andi32, offset);
88 testElementType(Uint8Array, m.andu8, offset);
89 testElementType(Uint16Array, m.andu16, offset);
90 testElementType(Uint32Array, m.andu32, offset);
91}
92
93var offset = 0;
94var sab = new SharedArrayBuffer(16);

Callers 1

atomics-and.jsFile · 0.70

Calls 1

testElementTypeFunction · 0.70

Tested by

no test coverage detected