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