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:108–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
this.#val = b;
107
}
108
#getVal() {
return
this.#val; }
109
getB() {
return
this.#getVal(); }
110
getVal() {
return
this.#getVal(); }
111
}
Callers
2
getB
Method · 0.95
getVal
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected