| OLD | NEW |
| 1 Tests that Debugger.getGeneratorObjectDetails command returns correct result. | 1 Tests that Debugger.getGeneratorObjectDetails command returns correct result. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: testIterNotStarted | 4 Running: testIterNotStarted |
| 5 iterNotStarted: type = object, subtype = generator | 5 iterNotStarted: type = object, subtype = generator |
| 6 functionName: "gen" | 6 functionName: "gen" |
| 7 lineNumber: 14 | 7 lineNumber: 14 |
| 8 columnNumber: 13 | 8 columnNumber: 13 |
| 9 scriptId is valid: true | 9 scriptId is valid: true |
| 10 status: suspended | 10 status: suspended |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 status: suspended | 34 status: suspended |
| 35 | 35 |
| 36 Running: testAnonymousGenIter | 36 Running: testAnonymousGenIter |
| 37 anonymousGenIter: type = object, subtype = generator | 37 anonymousGenIter: type = object, subtype = generator |
| 38 functionName: "" | 38 functionName: "" |
| 39 lineNumber: 39 | 39 lineNumber: 39 |
| 40 columnNumber: 4 | 40 columnNumber: 4 |
| 41 scriptId is valid: true | 41 scriptId is valid: true |
| 42 status: suspended | 42 status: suspended |
| 43 | 43 |
| OLD | NEW |