Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ #foo
Method
#foo
deps/v8/test/mjsunit/harmony/private-methods.js:177–177 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
175
#b() {
176
const
B =
class
{
177
#foo(arg) {
return
arg; }
178
callFoo(arg) {
return
this.#foo(arg); }
179
};
180
return
new
B();
Callers
1
callFoo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected