MCPcopy Create free account
hub / github.com/nodejs/node / fn

Method fn

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

Source from the content-addressed store, hash-verified

292 class C extends A {
293 #m() { return super.foo; }
294 fn() { return this.#m()(); }
295 }
296
297 assertEquals(1, new C().fn());

Callers 5

bigint.jsFile · 0.45
templates.jsFile · 0.45
private-methods.jsFile · 0.45

Calls 1

#mMethod · 0.95

Tested by

no test coverage detected