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

Side by Side Diff: LayoutTests/dart/inspector/debugger-eval-on-call-frame-expected.txt

Issue 300393002: Merge DevTools Refactor CL to Blink36 (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/1985
Patch Set: Created 6 years, 6 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 Debugger was enabled. 1 Debugger was enabled.
2 2
3 Running: testScopeChain 3 Running: testScopeChain
4 Breakpoint added to source frame at line 35 4 Breakpoint added to source frame at line 35
5 Script execution paused. 5 Script execution paused.
6 Call stack: 6 Call stack:
7 0) Test.<anonymous closure> (debugger-eval-on-call-frame.dart:36) 7 0) Test.<anonymous closure> (debugger-eval-on-call-frame.dart:36)
8 1) handleMessage (debugger-eval-on-call-frame.dart:14) 8 1) handleMessage (debugger-eval-on-call-frame.dart:14)
9 staticField = 42 9 staticField = 42
10 globalVar = 14 10 globalVar = 14
11 foo = "'': error: line 2 pos 1: cannot access instance field 'foo' from a static function 11 foo = '': error: line 2 pos 1: cannot access instance field 'foo' from a static function
12 foo 12 foo
13 ^" 13 ^
14 z = null 14 z = null
15 inspect(document.documentElement).tagName = "HTML" 15 inspect(document.documentElement).tagName = "HTML"
16 inspect(document.body).tagName = "BODY" 16 inspect(document.body).tagName = "BODY"
17 inspect(document.body.children.first).tagName = "DIV" 17 inspect(document.body.children.first).tagName = "DIV"
18 $0.toString() = "body" 18 $0.toString() = "body"
19 $1.toString() = "body" 19 $1.toString() = "body"
20 $2.toString() = "html" 20 $2.toString() = "html"
21 $1 == document.body = true 21 $1 == document.body = true
22 $1 == document.body = true 22 $1 == document.body = true
23 $2 == document.documentElement = true 23 $2 == document.documentElement = true
24 Script execution resumed. 24 Script execution resumed.
25 Debugger was disabled. 25 Debugger was disabled.
26 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698