2 Tests ES6 harmony scope sections.
4 Set timer for test function.
5 Script execution paused.
7 Scope variables sidebar pane:
9 block2: "catch(e) {...}"
12 e: Error: An exception
13 at innerFunction (...)
19 innerFunctionBlockVar: 2116
20 innerFunctionLocalVar: 2016
26 makeClosureDeeperBlockVar: "block.deep.TextParam"
28 makeClosureBlockVar: "block.TextParam"
29 makeClosureDeeperLocalVar: "local.deep.TextParam"
30 makeClosureLocalVar: "local.TextParam"
37 Script execution resumed.