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

Function c

deps/v8/test/mjsunit/lea-add.js:46–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46function c() {
47 var sum = 0;
48 for (var i = 0; i < 500; ++i) {
49 sum += (i + -0x7fffffff) | 0;
50 }
51 return sum;
52}
53
54function d() {
55 var sum = 0;

Callers 7

lea-add.jsFile · 0.70
try.jsFile · 0.70
TestAllCreatesFunction · 0.70
readonly.jsFile · 0.70
__init__Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected