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.js:13–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
class
C {
12
#a;
13
getA() {
return
this.#a; }
14
}
15
16
assertEquals(undefined, C.a);
Callers
nothing calls this directly
Calls
3
b
Method · 0.95
eval
Function · 0.50
b
Method · 0.45
Tested by
no test coverage detected