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

Function testElement

deps/v8/test/mjsunit/asm/atomics-load.js:76–83  ·  view source on GitHub ↗
(m, offset)

Source from the content-addressed store, hash-verified

74}
75
76function testElement(m, offset) {
77 testElementType(Int8Array, m.loadi8, offset);
78 testElementType(Int16Array, m.loadi16, offset);
79 testElementType(Int32Array, m.loadi32, offset);
80 testElementType(Uint8Array, m.loadu8, offset);
81 testElementType(Uint16Array, m.loadu16, offset);
82 testElementType(Uint32Array, m.loadu32, offset);
83}
84
85var offset = 0;
86var sab = new SharedArrayBuffer(16);

Callers 1

atomics-load.jsFile · 0.70

Calls 1

testElementTypeFunction · 0.70

Tested by

no test coverage detected