MCPcopy 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

testClassFieldCallFunction · 0.95
private-methods.jsFile · 0.45

Calls 1

#xMethod · 0.95

Tested by

no test coverage detected