Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
function
g2(i) {
13
var
x = i * 1;
14
return
((x >>> 0) % 1000000000000) | 0;
15
}
16
17
function
test1() {
18
assertEquals(2294967296, g1(-2000000000));
Callers
2
mod-range.js
File · 0.70
strict-mode-implicit-receiver.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected