Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ getC
Method
getC
deps/v8/test/mjsunit/harmony/private-fields-static.js:105–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
class
C {
104
static #c = d;
105
static getC() {
return
this.#c; }
106
}
107
108
assertEquals(undefined, C.getC()());
Callers
1
private-fields-static.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected