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

Function g2

deps/v8/test/mjsunit/mod-range.js:12–15  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

10}
11
12function g2(i) {
13 var x = i * 1;
14 return ((x >>> 0) % 1000000000000) | 0;
15}
16
17function test1() {
18 assertEquals(2294967296, g1(-2000000000));

Callers 2

mod-range.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected