Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ getB
Method
getB
deps/v8/test/mjsunit/harmony/private-fields-static.js:40–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
static #a = 1;
39
static #b = this.#a;
40
static getB() {
return
this.#b; }
41
}
42
43
assertEquals(1, C.getB());
Callers
1
private-fields-static.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected