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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-es6-harmony-scopes-expected.txt

Issue 2717853002: DevTools: iterate on object preview style (Closed)
Patch Set: rebased Created 3 years, 7 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
OLDNEW
1 1
2 Tests ES6 harmony scope sections. 2 Tests ES6 harmony scope sections.
3 3
4 Set timer for test function. 4 Set timer for test function.
5 Script execution paused. 5 Script execution paused.
6 6
7 Scope variables sidebar pane: 7 Scope variables sidebar pane:
8 Block 8 Block
9 block2: "catch(e) {...}" 9 block2: "catch(e) {...}"
10 const2: 2 10 const2: 2
11 Catch 11 Catch
12 e: Error: An exception 12 e: Error: An exception
13 at innerFunction (...) 13 at innerFunction (...)
14 at testFunction (...) {stack: "Error: An exception↵ at innerFunction (... )", message: "An exception"} 14 at testFunction (...)
15 Block 15 Block
16 block1: "block {...}" 16 block1: "block {...}"
17 const1: 1 17 const1: 1
18 Local 18 Local
19 innerFunctionBlockVar: 2116 19 innerFunctionBlockVar: 2116
20 innerFunctionLocalVar: 2016 20 innerFunctionLocalVar: 2016
21 negInf: -Infinity 21 negInf: -Infinity
22 negZero: -0 22 negZero: -0
23 this: undefined 23 this: undefined
24 x: 2014 24 x: 2014
25 Block 25 Block
26 makeClosureDeeperBlockVar: "block.deep.TextParam" 26 makeClosureDeeperBlockVar: "block.deep.TextParam"
27 Closure (makeClosure) 27 Closure (makeClosure)
28 makeClosureBlockVar: "block.TextParam" 28 makeClosureBlockVar: "block.TextParam"
29 makeClosureDeeperLocalVar: "local.deep.TextParam" 29 makeClosureDeeperLocalVar: "local.deep.TextParam"
30 makeClosureLocalVar: "local.TextParam" 30 makeClosureLocalVar: "local.TextParam"
31 n: "TextParam" 31 n: "TextParam"
32 Script 32 Script
33 globalConst: 42 33 globalConst: 42
34 globalLet: 41 34 globalLet: 41
35 WindowGlobal 35 WindowGlobal
36 <section collapsed> 36 <section collapsed>
37 Script execution resumed. 37 Script execution resumed.
38 38
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698