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

Side by Side Diff: LayoutTests/dart/inspector/evaluate-in-console-expected.txt

Issue 33973002: Fix for https://code.google.com/p/dart/issues/detail?id=5851 Proper line #s and columns for Dart er… (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: ready to review Created 7 years, 2 months 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
OLDNEW
1 CONSOLE MESSAGE: line 1: Hello <window> 1 CONSOLE MESSAGE: line 2: Hello <window>
2 CONSOLE MESSAGE: line 1: foo 2 CONSOLE MESSAGE: line 2: foo
3 Debugger was enabled. 3 Debugger was enabled.
4 4
5 Running: testScopeChain 5 Running: testScopeChain
6 Script execution paused. 6 Script execution paused.
7 Call stack: 7 Call stack:
8 0) handleMessage (evaluate-in-console.dart:13) 8 0) handleMessage (evaluate-in-console.dart:13)
9 test.instanceField = "Test.instanceField" 9 test.instanceField = "Test.instanceField"
10 test.instanceField = "new value" = "new value" 10 test.instanceField = "new value" = "new value"
11 test.foo = null 11 test.foo = null
12 test.foo = 3 = 3 12 test.foo = 3 = 3
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 1.0 is int = false 57 1.0 is int = false
58 1.0 is double = true 58 1.0 is double = true
59 ((x) => x * 2)(21) = 42 59 ((x) => x * 2)(21) = 42
60 ((x) { var z = x * 4; return z; })(21) = 84 60 ((x) { var z = x * 4; return z; })(21) = 84
61 print("Hello $window") = Hello <window> 61 print("Hello $window") = Hello <window>
62 62
63 Running: testPrint 63 Running: testPrint
64 Script execution resumed. 64 Script execution resumed.
65 Debugger was disabled. 65 Debugger was disabled.
66 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698