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

Function f

deps/v8/test/mjsunit/es6/classes-experimental.js:117–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115
116 let fCalled = 0;
117 function f() { fCalled++; return 3; }
118
119 class Subclass1 extends Base {
120 constructor() {

Callers 2

constructorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected