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

Function add

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

Source from the content-addressed store, hash-verified

525
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.

Callers 1

indirect-tables.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected