Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: LayoutTests/dart/inspector/scope-variables-expected.txt

Issue 1532413002: Added Dartium changes onto 45.0.2454.104 (Closed) Base URL: http://src.chromium.org/blink/branches/chromium/2454
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « LayoutTests/dart/inspector/scope-variables.html ('k') | LayoutTests/dart/inspector/utils.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Example div
2
3 Running: testScopeChain
4 Set timer for test function.
5 Script execution paused.
6 Call stack:
7 0) handleMessage2 (scope-variables.dart:24)
8 1) handleMessage (scope-variables.dart:12)
9
10 Dump scope sections:
11 Local
12 _s: "foo"
13 a1: [Instance of A, d = 3.14]
14 a2: null
15 b: false
16 d: 1.618
17 event: Instance of 'MessageEvent'
18 i: 42
19 l: [1, 2, 3]
20 scope_variables_testLibrary
21 A: class A
22 globalArrayVariable: [3, 1, 4, 1, 5, 9]
23 globalMapVariable: {foo: bar, baz: 42}
24 globalVariable: "globalString"
25 handleMessage: handleMessage(event)
26 handleMessage2: handleMessage2(event)
27 main: main()
28 scope-variables.dart(DEFAULT_ISOLATE_NAME_SUFFIX)Isolate
29 dart:_blink: dart.dom._blink(VM_PRIVATE_MANGLING)
30 dart:_builtin: builtin
31 dart:_internal: dart._internal(VM_PRIVATE_MANGLING)
32 dart:async: dart.async
33 dart:collection: dart.collection
34 dart:convert: dart.convert
35 dart:core: dart.core
36 dart:developer: dart.developer
37 dart:html: dart.dom.html
38 dart:html_common: html_common
39 dart:indexed_db: dart.dom.indexed_db
40 dart:io: dart.io
41 dart:isolate: dart.isolate
42 dart:js: dart.js
43 dart:math: dart.math
44 dart:mirrors: dart.mirrors
45 dart:nativewrappers: dart.nativewrappers
46 dart:profiler: dart.profiler
47 dart:svg: dart.dom.svg
48 dart:typed_data: dart.typed_data
49 dart:vmserviceio: dart:vmserviceio
50 dart:web_audio: dart.dom.web_audio
51 dart:web_gl: dart.dom.web_gl
52 dart:web_sql: dart.dom.web_sql
53 (SOURCE_LOCATION): metadata
54 (SOURCE_LOCATION): snapshot
55 (SOURCE_LOCATION): scope_variables_test
56 (SOURCE_LOCATION): (SOURCE_LOCATION)
57 Inspected value toString(): [Instance of A, d = 3.14]
58 Result of calling invalid function. value: undefined. exception thrown: true
59 Script execution resumed.
60
OLDNEW
« no previous file with comments | « LayoutTests/dart/inspector/scope-variables.html ('k') | LayoutTests/dart/inspector/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698