Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.70
smi-mul.js
File · 0.50
deopt-minus-zero.js
File · 0.50
div-mul-minus-one.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected