| OLD | NEW |
| 1 Debugger was enabled. | 1 Debugger was enabled. |
| 2 | 2 |
| 3 Running: testScopeChain | 3 Running: testScopeChain |
| 4 Script execution paused. | 4 Script execution paused. |
| 5 Call stack: | 5 Call stack: |
| 6 0) handleMessage2 (scope-variables.dart:22) | 6 0) handleMessage2 (scope-variables.dart:22) |
| 7 1) handleMessage (scope-variables.dart:10) | 7 1) handleMessage (scope-variables.dart:10) |
| 8 | 8 |
| 9 Dump scope sections: | 9 Dump scope sections: |
| 10 Local | 10 Local |
| 11 _s: "foo" | 11 _s: "foo" |
| 12 a1: A | 12 a1: A |
| 13 a2: null | 13 a2: null |
| 14 b: false | 14 b: false |
| 15 d: 1.618 | 15 d: 1.618 |
| 16 event: MessageEvent | 16 event: MessageEvent |
| 17 i: 42 | 17 i: 42 |
| 18 l: Array[3] | 18 l: List[3] |
| 19 this: undefined | 19 this: undefined |
| 20 ObjectGlobal | 20 [Dart Library]Global |
| 21 A: A [Dart Class] | 21 A: A |
| 22 core: Object | 22 core: [Dart Library] |
| 23 globalVariable: "globalString" | 23 handleMessage: [Dart Function] |
| 24 handleMessage: function invoke() | 24 handleMessage2: [Dart Function] |
| 25 handleMessage2: function invoke() | 25 html: [Dart Library] |
| 26 html: Object | 26 main: [Dart Function] |
| 27 main: function invoke() | 27 regularGetter: "regular value" |
| 28 throwingGetter: "<Exception thrown>" | 28 throwingGetter: [Exception: Error] |
| 29 Inspected value toString(): [Instance of A, d = 3.14] | 29 Inspected value toString(): [Instance of A, d = 3.14] |
| 30 Script execution resumed. | 30 Script execution resumed. |
| 31 Debugger was disabled. | 31 Debugger was disabled. |
| 32 | 32 |
| OLD | NEW |