Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger / debugger-es6-harmony-scopes-expected.txt
blob06d1d3eb9043ac4a5a212083b9c368b22ffe54ef
2 Tests ES6 harmony scope sections.
4 Set timer for test function.
5 Script execution paused.
7 Scope variables sidebar pane:
8 Block
9     block2: "catch(e) {...}"
10     const2: 2
11 Catch
12     e: Error: An exception
13     at innerFunction (...)
14     at testFunction (...)
15 Block
16     block1: "block {...}"
17     const1: 1
18 Local
19     innerFunctionBlockVar: 2116
20     innerFunctionLocalVar: 2016
21     negInf: -Infinity
22     negZero: -0
23     this: undefined
24     x: 2014
25 Block
26     makeClosureDeeperBlockVar: "block.deep.TextParam"
27 Closure
28     makeClosureBlockVar: "block.TextParam"
29     makeClosureDeeperLocalVar: "local.deep.TextParam"
30     makeClosureLocalVar: "local.TextParam"
31     n: "TextParam"
32 Script
33     globalConst: 42
34     globalLet: 41
35 WindowGlobal
36     <section collapsed>
37 Script execution resumed.