(f)
| 176 | }; |
| 177 | %PrepareFunctionForOptimization(AssignStrict); |
| 178 | function TestAllModes(f) { |
| 179 | for (var strict = 0; strict < 2; ++strict) { |
| 180 | print(" strict =", strict); |
| 181 | f(strict); |
| 182 | } |
| 183 | } |
| 184 | |
| 185 | function TestAllScenarios(f) { |
| 186 | for (var t = 0; t < 100; t = 2 * t + 1) { |
no test coverage detected