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

Method b

test/parallel/test-util-inspect-getters-accessing-this.js:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 this.B = B;
39 }
40 get b() {
41 return this.B;
42 }
43 }
44
45 class B {

Calls

no outgoing calls

Tested by

no test coverage detected