Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
function
g1(i) {
8
var
x = i * 1;
9
return
(x >>> 0) % 1000000000000;
10
}
11
12
function
g2(i) {
13
var
x = i * 1;
Callers
1
mod-range.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected