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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/sources/debugger/debugger-es6-harmony-scopes-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/debugger-es6-harmony-scopes-expected.txt b/LayoutTests/inspector/sources/debugger/debugger-es6-harmony-scopes-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a4e80e1f3b8de301166f71fc041feb4d57eb45df
--- /dev/null
+++ b/LayoutTests/inspector/sources/debugger/debugger-es6-harmony-scopes-expected.txt
@@ -0,0 +1,36 @@
+
+Tests ES6 harmony scope sections.
+
+Set timer for test function.
+Script execution paused.
+
+Scope variables sidebar pane:
+Block
+ block2: "catch(e) {...}"
+ const2: 2
+Catch
+ e: Error: An exception
+Block
+ block1: "block {...}"
+ const1: 1
+Local
+ innerFunctionBlockVar: 2116
+ innerFunctionLocalVar: 2016
+ negInf: -Infinity
+ negZero: -0
+ this: undefined
+ x: 2014
+Block
+ makeClosureDeeperBlockVar: "block.deep.TextParam"
+Closure
+ makeClosureBlockVar: "block.TextParam"
+ makeClosureDeeperLocalVar: "local.deep.TextParam"
+ makeClosureLocalVar: "local.TextParam"
+ n: "TextParam"
+Script
+ globalConst: 42
+ globalLet: 41
+WindowGlobal
+ <section collapsed>
+Script execution resumed.
+

Powered by Google App Engine
This is Rietveld 408576698