| OLD | NEW |
| 1 Example div | 1 Example div |
| 2 | 2 |
| 3 Running: testScopeChain | 3 Running: testScopeChain |
| 4 Set timer for test function. | 4 Set timer for test function. |
| 5 Script execution paused. | 5 Script execution paused. |
| 6 Call stack: | 6 Call stack: |
| 7 0) handleMessage2 (scope-variables.dart:24) | 7 0) handleMessage2 (scope-variables.dart:24) |
| 8 1) handleMessage (scope-variables.dart:12) | 8 1) handleMessage (scope-variables.dart:12) |
| 9 2) <anonymous closure> (dart:html:xxxx) |
| 9 | 10 |
| 10 Dump scope sections: | 11 Dump scope sections: |
| 11 Local | 12 Local |
| 12 _s: "foo" | 13 _s: "foo" |
| 13 a1: [Instance of A, d = 3.14] | 14 a1: [Instance of A, d = 3.14] |
| 14 a2: null | 15 a2: null |
| 15 b: false | 16 b: false |
| 16 d: 1.618 | 17 d: 1.618 |
| 17 event: Instance of 'MessageEvent' | 18 event: Instance of 'MessageEvent' |
| 18 i: 42 | 19 i: 42 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 dart:web_gl: dart.dom.web_gl | 52 dart:web_gl: dart.dom.web_gl |
| 52 dart:web_sql: dart.dom.web_sql | 53 dart:web_sql: dart.dom.web_sql |
| 53 (SOURCE_LOCATION): metadata | 54 (SOURCE_LOCATION): metadata |
| 54 (SOURCE_LOCATION): snapshot | 55 (SOURCE_LOCATION): snapshot |
| 55 (SOURCE_LOCATION): scope_variables_test | 56 (SOURCE_LOCATION): scope_variables_test |
| 56 (SOURCE_LOCATION): (SOURCE_LOCATION) | 57 (SOURCE_LOCATION): (SOURCE_LOCATION) |
| 57 Inspected value toString(): [Instance of A, d = 3.14] | 58 Inspected value toString(): [Instance of A, d = 3.14] |
| 58 Result of calling invalid function. value: undefined. exception thrown: true | 59 Result of calling invalid function. value: undefined. exception thrown: true |
| 59 Script execution resumed. | 60 Script execution resumed. |
| 60 | 61 |
| OLD | NEW |