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

Function foo_smi

deps/v8/test/mjsunit/lithium/MulI.js:30–37  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

28// Flags: --allow-natives-syntax --no-use-osr
29
30function foo_smi(a, b) {
31 var result = a * b;
32 result += a * 35;
33 result += a * -1;
34 result += a * 1;
35 result += a * 0;
36 return result * a;
37}
38
39function foo_int(a, b) {
40 var result = a * b;

Callers 1

MulI.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected