()
| 99 | |
| 100 | // Test step into function apply from a function without local variables. |
| 101 | function apply1() { |
| 102 | debugger; |
| 103 | g.apply(null, [3]); |
| 104 | } |
| 105 | |
| 106 | |
| 107 | // Test step into function apply from a function with some local variables. |
nothing calls this directly
no test coverage detected
searching dependent graphs…