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

Method a

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

Source from the content-addressed store, hash-verified

47 this.A = new A(this);
48 }
49 get a() {
50 return this.A;
51 }
52 }
53
54 const result = inspect(new B(), {

Calls

no outgoing calls

Tested by

no test coverage detected