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

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: PTAL 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 Set timer for test function.
5 Script execution paused. 6 Script execution paused.
6 Call stack: 7 Call stack:
7 0) Test.<anonymous closure> (debugger-eval-on-call-frame.dart:36) 8 0) Test.<anonymous closure> (debugger-eval-on-call-frame.dart:36)
8 1) handleMessage (debugger-eval-on-call-frame.dart:14) 9 1) handleMessage (debugger-eval-on-call-frame.dart:14)
9 staticField = 42 10 staticField = 42
10 globalVar = 14 11 globalVar = 14
11 foo = "'': error: line 2 pos 1: cannot access instance field 'foo' from a static function 12 foo = '': error: line 2 pos 1: cannot access instance field 'foo' from a static function
12 foo 13 foo
13 ^" 14 ^
14 z = null 15 z = null
15 inspect(document.documentElement).tagName = "HTML" 16 inspect(document.documentElement).tagName = "HTML"
16 inspect(document.body).tagName = "BODY" 17 inspect(document.body).tagName = "BODY"
17 inspect(document.body.children.first).tagName = "DIV" 18 inspect(document.body.children.first).tagName = "DIV"
18 $0.toString() = "body" 19 $0.toString() = "body"
19 $1.toString() = "body" 20 $1.toString() = "body"
20 $2.toString() = "html" 21 $2.toString() = "html"
21 $1 == document.body = true 22 $1 == document.body = true
22 $1 == document.body = true 23 $1 == document.body = true
23 $2 == document.documentElement = true 24 $2 == document.documentElement = true
24 Script execution resumed. 25 Script execution resumed.
25 Debugger was disabled. 26 Debugger was disabled.
26 27
OLDNEW
« no previous file with comments | « LayoutTests/dart/inspector/debugger-eval-on-call-frame.html ('k') | LayoutTests/dart/inspector/debugger-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698