MCPcopy Create free account
hub / github.com/nodejs/node / #m

Method #m

deps/v8/test/mjsunit/harmony/private-methods.js:293–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

291
292 class C extends A {
293 #m() { return super.foo; }
294 fn() { return this.#m()(); }
295 }
296

Callers 1

fnMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected