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

Function test4

deps/v8/test/mjsunit/arguments-deopt.js:80–84  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

78 }
79
80 function test4(a, b) {
81 a = 4;
82 %DeoptimizeNow();
83 return f.apply(null, arguments);
84 }
85
86 test4(1, 2);
87 test4(3, 4, 5);

Callers 1

arguments-deopt.jsFile · 0.70

Calls 1

applyMethod · 0.45

Tested by

no test coverage detected