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

Function initF

deps/v8/test/mjsunit/harmony/public-instance-class-fields.js:360–363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

358 }
359
360 function initF() {
361 addToLog("init f");
362 return 1;
363 }
364
365 class C extends B {
366 f = initF();

Callers 1

CClass · 0.85

Calls 1

addToLogFunction · 0.85

Tested by

no test coverage detected