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

Function mul

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

Source from the content-addressed store, hash-verified

524 print(arguments.callee.name);
525
526 let mul = (a, b) => a * b;
527 let add = (a, b) => a + b;
528 let sub = (a, b) => a - b;
529

Callers 4

indirect-tables.jsFile · 0.70
smi-mul.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected