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

Function addToLog

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

Source from the content-addressed store, hash-verified

349{
350 var log = [];
351 function addToLog(item) { log.push(item); }
352
353 class B {
354 a = 1;

Callers 3

constructorMethod · 0.85
initFFunction · 0.85
constructorMethod · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected