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/debugger-eval-on-call-frame-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
OLDNEW
(Empty)
1
2 Running: testScopeChain
3 Set timer for test function.
4 Script execution paused.
5 Call stack:
6 0) Test.<anonymous closure> (debugger-eval-on-call-frame.DART:37)
7 1) handleMessage (debugger-eval-on-call-frame.DART:14)
8 staticField = 42
9 globalVar = 14
10 foo = Uncaught 'evaluate:source': error: line 2 pos 1: cannot access instance fi eld 'foo' from a static function
11 foo
12 ^
13 z = 10
14 inspect(document.documentElement).tagName = "HTML"
15 inspect(document.body).tagName = "BODY"
16 inspect(document.body.children.first).tagName = "DIV"
17 $0.toString() = "body"
18 $1.toString() = "body"
19 $2.toString() = "html"
20 $1 == document.body = true
21 $1 == document.body = true
22 $2 == document.documentElement = true
23 Script execution resumed.
24
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