Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ callX
Method
callX
deps/v8/test/mjsunit/harmony/private-methods.js:236–236 ·
view source on GitHub ↗
(obj)
Source
from the content-addressed store, hash-verified
234
#x() {}
235
x() { this.#x(); };
236
callX(obj) { obj.#x(); }
237
}
238
let
handlerCalled = false;
239
const
x =
new
X();
Callers
1
private-methods.js
File · 0.80
Calls
1
#x
Method · 0.45
Tested by
no test coverage detected