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

Function op

deps/v8/test/mjsunit/wasm/memory64.js:25–27  ·  view source on GitHub ↗
(non_atomic, atomic)

Source from the content-addressed store, hash-verified

23
24 // A memory operation with alignment (2) and offset (0).
25 let op = (non_atomic, atomic) => use_atomic_ops ?
26 [kAtomicPrefix, atomic, 2, 0] :
27 [non_atomic, 2, 0];
28 builder.addFunction('load', makeSig([kWasmF64], [kWasmI32]))
29 .addBody([
30 kExprLocalGet, 0, // local.get 0

Callers 6

BasicMemory64TestsFunction · 0.70
#readImplMethod · 0.50
checkOperationErrorFunction · 0.50
checkAggregateErrorFunction · 0.50
checkCloseErrorFunction · 0.50
testOpFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected