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

Side by Side Diff: LayoutTests/inspector/sources/debugger/debugger-es6-harmony-scopes-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
(Empty)
1
2 Tests ES6 harmony scope sections.
3
4 Set timer for test function.
5 Script execution paused.
6
7 Scope variables sidebar pane:
8 Block
9 block2: "catch(e) {...}"
10 const2: 2
11 Catch
12 e: Error: An exception
13 Block
14 block1: "block {...}"
15 const1: 1
16 Local
17 innerFunctionBlockVar: 2116
18 innerFunctionLocalVar: 2016
19 negInf: -Infinity
20 negZero: -0
21 this: undefined
22 x: 2014
23 Block
24 makeClosureDeeperBlockVar: "block.deep.TextParam"
25 Closure
26 makeClosureBlockVar: "block.TextParam"
27 makeClosureDeeperLocalVar: "local.deep.TextParam"
28 makeClosureLocalVar: "local.TextParam"
29 n: "TextParam"
30 Script
31 globalConst: 42
32 globalLet: 41
33 WindowGlobal
34 <section collapsed>
35 Script execution resumed.
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698