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

Function f

deps/v8/test/mjsunit/array-push.js:120–122  ·  view source on GitHub ↗
(a, i)

Source from the content-addressed store, hash-verified

118
119(function() {
120 function f(a, i) {
121 a.push(i);
122 }
123
124 var a = [1,2,3];
125 a.f = function() { return 10; }

Callers 1

array-push.jsFile · 0.70

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected