MCPcopy 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.jsFile · 0.80

Calls 1

#xMethod · 0.45

Tested by

no test coverage detected