MCPcopy Index your code
hub / github.com/nodejs/node / foo

Function foo

deps/v8/test/mjsunit/math-abs.js:102–104  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

100// Regression test for optimized version of Math.abs, see:
101// http://codereview.chromium.org/6875002.
102function foo(x) {
103 return Math.abs(x);
104}
105// Get some smi type feedback.
106for(var i = 0; i < 1000; i++) {
107 foo(-i);

Callers 1

math-abs.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected