| 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) Function._apply@915557746 (dart:core-patch/function_patch.dart:7) | 9 2) Function._apply(VM_PRIVATE_MANGLING) (dart:core-patch/function_patch.dart
:7) |
| 10 3) Function.apply (dart:core-patch/function_patch.dart:28) | 10 3) Function.apply (dart:core-patch/function_patch.dart:28) |
| 11 4) _CreateDartFunctionForInteropIgnoreThis@342649749.call (dart:js:xxxx) | 11 4) _CreateDartFunctionForInteropIgnoreThis(VM_PRIVATE_MANGLING).call (dart:j
s:xxxx) |
| 12 | 12 Scope variables sidebar pane: |
| 13 Dump scope sections: | |
| 14 Local | 13 Local |
| 15 _s: "foo" | 14 _s: "foo" |
| 16 a1: [Instance of A, d = 3.14] | 15 a1: [Instance of A, d = 3.14] |
| 17 a2: null | 16 a2: null |
| 18 b: false | 17 b: false |
| 19 d: 1.618 | 18 d: 1.618 |
| 20 event: [object MessageEvent] | 19 event: [object MessageEvent] |
| 21 i: 42 | 20 i: 42 |
| 22 l: [1, 2, 3] | 21 l: [1, 2, 3] |
| 23 scope_variables_testLibrary | 22 Library |
| 24 A: class A | 23 A: class A |
| 25 globalArrayVariable: [3, 1, 4, 1, 5, 9] | 24 globalArrayVariable: [3, 1, 4, 1, 5, 9] |
| 26 globalMapVariable: {foo: bar, baz: 42} | 25 globalMapVariable: {foo: bar, baz: 42} |
| 27 globalVariable: "globalString" | 26 globalVariable: "globalString" |
| 28 handleMessage: handleMessage(event) | 27 handleMessage: (event) |
| 29 handleMessage2: handleMessage2(event) | 28 handleMessage2: (event) |
| 30 main: main() | 29 main: () |
| 31 scope-variables.dart(DEFAULT_ISOLATE_NAME_SUFFIX)Isolate | 30 Isolate |
| 32 dart:_blink: dart.dom._blink(VM_PRIVATE_MANGLING) | 31 dart:_blink: dart.dom._blink(VM_PRIVATE_MANGLING) |
| 33 dart:_builtin: builtin | 32 dart:_builtin: builtin |
| 34 dart:_internal: dart._internal(VM_PRIVATE_MANGLING) | 33 dart:_internal: dart._internal(VM_PRIVATE_MANGLING) |
| 35 dart:_vmservice: dart._vmservice(VM_PRIVATE_MANGLING) | 34 dart:_vmservice: dart._vmservice(VM_PRIVATE_MANGLING) |
| 36 dart:async: dart.async | 35 dart:async: dart.async |
| 37 dart:collection: dart.collection | 36 dart:collection: dart.collection |
| 38 dart:convert: dart.convert | 37 dart:convert: dart.convert |
| 39 dart:core: dart.core | 38 dart:core: dart.core |
| 40 dart:developer: dart.developer | 39 dart:developer: dart.developer |
| 41 dart:html: dart.dom.html | 40 dart:html: dart.dom.html |
| 42 dart:html_common: html_common | 41 dart:html_common: html_common |
| 43 dart:indexed_db: dart.dom.indexed_db | 42 dart:indexed_db: dart.dom.indexed_db |
| 44 dart:io: dart.io | 43 dart:io: dart.io |
| 45 dart:isolate: dart.isolate | 44 dart:isolate: dart.isolate |
| 46 dart:js: dart.js | 45 dart:js: dart.js |
| 47 dart:math: dart.math | 46 dart:math: dart.math |
| 48 dart:mirrors: dart.mirrors | 47 dart:mirrors: dart.mirrors |
| 49 dart:nativewrappers: dart.nativewrappers | 48 dart:nativewrappers: dart.nativewrappers |
| 50 dart:profiler: dart.profiler | 49 dart:profiler: dart.profiler |
| 51 dart:svg: dart.dom.svg | 50 dart:svg: dart.dom.svg |
| 52 dart:typed_data: dart.typed_data | 51 dart:typed_data: dart.typed_data |
| 53 dart:vmserviceio: dart:vmserviceio | 52 dart:vmserviceio: dart:vmserviceio |
| 54 dart:web_audio: dart.dom.web_audio | 53 dart:web_audio: dart.dom.web_audio |
| 55 dart:web_gl: dart.dom.web_gl | 54 dart:web_gl: dart.dom.web_gl |
| 56 dart:web_sql: dart.dom.web_sql | 55 dart:web_sql: dart.dom.web_sql |
| 57 (SOURCE_LOCATION): metadata | 56 (SOURCE_LOCATION): metadata |
| 58 (SOURCE_LOCATION): snapshot | 57 (SOURCE_LOCATION): snapshot |
| 59 (SOURCE_LOCATION): scope_variables_test | 58 (SOURCE_LOCATION): scope_variables_test |
| 60 (SOURCE_LOCATION): (SOURCE_LOCATION) | 59 (SOURCE_LOCATION): (SOURCE_LOCATION) |
| 61 Inspected value toString(): [Instance of A, d = 3.14] | |
| 62 Result of calling invalid function. value: undefined. exception thrown: true | |
| 63 Script execution resumed. | 60 Script execution resumed. |
| 64 | 61 |
| OLD | NEW |