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-maglev3.js:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
let
a;
11
12
function
read() {
13
return
a;
14
}
15
16
function
write(newA) {
17
a = newA;
Callers
1
const-tracking-let-invalidate-function-maglev3.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected