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

Method b

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

Source from the content-addressed store, hash-verified

81 super(b);
82 }
83 b() { return this.getA() }
84 }
85 const b = new B(1);
86 assertEquals(1, b.b());

Callers 4

getAMethod · 0.45
private-methods.jsFile · 0.45
CClass · 0.45

Calls 1

getAMethod · 0.95

Tested by

no test coverage detected