Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ getVal
Method
getVal
deps/v8/test/mjsunit/harmony/private-methods.js:99–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
#getVal() {
return
this.#val; }
98
getA() {
return
this.#getVal(); }
99
getVal() {
return
this.#getVal(); }
100
}
101
102
class
B extends A {
Callers
1
getRefGetVal
Function · 0.45
Calls
1
#getVal
Method · 0.95
Tested by
no test coverage detected