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