(a, b)
| 213 | BeginTest("Local 4"); |
| 214 | |
| 215 | function local_4(a, b) { |
| 216 | var x = 3; |
| 217 | var y = 4; |
| 218 | debugger; |
| 219 | } |
| 220 | |
| 221 | listener_delegate = function(exec_state) { |
| 222 | CheckScopeChain([debug.ScopeType.Local, |
no outgoing calls
no test coverage detected