Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ read
Function
read
deps/v8/test/mjsunit/const-tracking-let-invalidate-function-maglev2.js:11–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
let
a = 1;
10
11
function
read() {
12
return
a;
13
}
14
15
function
write(newA) {
16
a = newA;
Callers
1
const-tracking-let-invalidate-function-maglev2.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected