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

Side by Side Diff: LayoutTests/inspector/sources/debugger/debugger-expand-scope-expected.txt

Issue 738733006: DevTools: Support harmony variable scopes. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: addressed Created 6 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
OLDNEW
1 1
2 Test that sections representing scopes of the current call frame are expandable and contain correct data. 2 Test that sections representing scopes of the current call frame are expandable and contain correct data.
3 3
4 Evaluated script in console. 4 Set timer for test function.
5 Script execution paused. 5 Script execution paused.
6 6
7 Dump scope sections: 7 Scope variables sidebar pane:
8 Catch 8 Catch
9 e: Error: An exception 9 e: Error: An exception
10 Local 10 Local
11 innerFunctionLocalVar: 2012 11 innerFunctionLocalVar: 2012
12 negInf: -Infinity 12 negInf: -Infinity
13 negZero: -0 13 negZero: -0
14 this: Window 14 this: Window
15 x: 2010 15 x: 2010
16 Closure 16 Closure
17 makeClosureLocalVar: "local.TextParam" 17 makeClosureLocalVar: "local.TextParam"
18 n: "TextParam" 18 n: "TextParam"
19 WindowGlobal 19 WindowGlobal
20 <section collapsed> 20 <section collapsed>
21 Script execution resumed. 21 Script execution resumed.
22 22
OLDNEW
« no previous file with comments | « LayoutTests/inspector/sources/debugger/debugger-expand-scope.html ('k') | Source/bindings/core/v8/DebuggerScript.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698