(a, b)
| 552 | %NeverOptimizeFunction(side_effect); |
| 553 | |
| 554 | function unreliable(a, b) { |
| 555 | return a.map(x => x * 2, side_effect(a, b)); |
| 556 | } |
| 557 | |
| 558 | let a = [1, 2, 3]; |
| 559 | %PrepareFunctionForOptimization(unreliable); |
no test coverage detected
searching dependent graphs…