Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ getA
Method
getA
deps/v8/test/mjsunit/harmony/private-fields-static.js:229–229 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
227
static #a;
228
static setA(val) { this.#a = val; }
229
static getA() {
return
this.#a; }
230
}
231
}
232
Callers
2
private-fields-static.js
File · 0.45
getA
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected