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

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

Issue 1421553011: Updated to include profiler again in stack trace (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/dartium
Patch Set: Created 5 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 2) <anonymous closure> (dart:html:xxxx)
10 10
(...skipping 27 matching lines...) Expand all
38 dart:developer: dart.developer 38 dart:developer: dart.developer
39 dart:html: dart.dom.html 39 dart:html: dart.dom.html
40 dart:html_common: html_common 40 dart:html_common: html_common
41 dart:indexed_db: dart.dom.indexed_db 41 dart:indexed_db: dart.dom.indexed_db
42 dart:io: dart.io 42 dart:io: dart.io
43 dart:isolate: dart.isolate 43 dart:isolate: dart.isolate
44 dart:js: dart.js 44 dart:js: dart.js
45 dart:math: dart.math 45 dart:math: dart.math
46 dart:mirrors: dart.mirrors 46 dart:mirrors: dart.mirrors
47 dart:nativewrappers: dart.nativewrappers 47 dart:nativewrappers: dart.nativewrappers
48 dart:profiler: dart.profiler
48 dart:svg: dart.dom.svg 49 dart:svg: dart.dom.svg
49 dart:typed_data: dart.typed_data 50 dart:typed_data: dart.typed_data
50 dart:vmserviceio: dart:vmserviceio 51 dart:vmserviceio: dart:vmserviceio
51 dart:web_audio: dart.dom.web_audio 52 dart:web_audio: dart.dom.web_audio
52 dart:web_gl: dart.dom.web_gl 53 dart:web_gl: dart.dom.web_gl
53 dart:web_sql: dart.dom.web_sql 54 dart:web_sql: dart.dom.web_sql
54 (SOURCE_LOCATION): metadata 55 (SOURCE_LOCATION): metadata
55 (SOURCE_LOCATION): snapshot 56 (SOURCE_LOCATION): snapshot
56 (SOURCE_LOCATION): scope_variables_test 57 (SOURCE_LOCATION): scope_variables_test
57 (SOURCE_LOCATION): (SOURCE_LOCATION) 58 (SOURCE_LOCATION): (SOURCE_LOCATION)
58 Inspected value toString(): [Instance of A, d = 3.14] 59 Inspected value toString(): [Instance of A, d = 3.14]
59 Result of calling invalid function. value: undefined. exception thrown: true 60 Result of calling invalid function. value: undefined. exception thrown: true
60 Script execution resumed. 61 Script execution resumed.
61 62
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698