MCPcopy Index your code
hub / github.com/nodejs/node / read

Function read

deps/v8/test/mjsunit/arguments-deopt.js:188–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186
187(function ReadArguments () {
188 function read() {
189 if (arguments.length % 10 == 5) %DeoptimizeNow();
190 return arguments[arguments.length-1];
191 };
192
193 %PrepareFunctionForOptimization(read);
194 var args = []

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…