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

Method callAIn

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

Source from the content-addressed store, hash-verified

24 class C {
25 #a(arg) { this.calledWith = arg; }
26 callAIn(obj, arg) { obj.#a(arg); }
27 }
28
29 const c = new C;

Callers 1

private-methods.jsFile · 0.80

Calls 1

#aMethod · 0.45

Tested by

no test coverage detected