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

Function sub

deps/v8/test/mjsunit/wasm/indirect-tables.js:528–528  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

526 let mul = (a, b) => a * b;
527 let add = (a, b) => a + b;
528 let sub = (a, b) => a - b;
529
530 // Test 1 to 3 segments in the elements section.
531 // segment 1 sets [1, 2] to mul,

Callers 1

indirect-tables.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected