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

Function f

deps/v8/test/mjsunit/element-accessor.js:46–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44
45(function() {
46function f() {
47 var a = new Array();
48 a[1] = 1.5;
49 return a;
50};
51%PrepareFunctionForOptimization(f);
52f();
53f();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected