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-methods.js:77–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
#a() {
return
this.#val; }
77
getA() {
return
this.#a(); }
78
}
79
class
B extends A {
80
constructor(b) {
Callers
1
private-methods.js
File · 0.45
Calls
2
#a
Method · 0.95
#getVal
Method · 0.95
Tested by
no test coverage detected