()
| 74 | } |
| 75 | |
| 76 | function testFunction2() { |
| 77 | var f = g2; |
| 78 | var s = 1 +f(10, 20); |
| 79 | } |
| 80 | |
| 81 | // Run three times. First time the function will be compiled lazily, |
| 82 | // second time cached version will be used. |
no test coverage detected
searching dependent graphs…