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