Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructor
Method · 0.85
initF
Function · 0.85
constructor
Method · 0.85
Calls
1
push
Method · 0.45
Tested by
no test coverage detected