()
| 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 = [] |
no outgoing calls
no test coverage detected
searching dependent graphs…