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

Function g1

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

Source from the content-addressed store, hash-verified

5// Flags: --allow-natives-syntax
6
7function g1(i) {
8 var x = i * 1;
9 return (x >>> 0) % 1000000000000;
10}
11
12function g2(i) {
13 var x = i * 1;

Callers 1

mod-range.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected