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

Side by Side Diff: LayoutTests/inspector/sources/debugger/async-callstack-scopes-expected.txt

Issue 401843002: DevTools: Change RemoteObject._describe method for Errors (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 Test that sections representing scopes are expandable and contain correct data f or async call frames. 2 Test that sections representing scopes are expandable and contain correct data f or async call frames.
3 3
4 Set timer for test function. 4 Set timer for test function.
5 Dumping call frames with scope chains: 5 Dumping call frames with scope chains:
6 6
7 1) innerTimeout2 async-callstack-scopes.html:51 7 1) innerTimeout2 async-callstack-scopes.html:51
8 Local 8 Local
9 localInInnerTimeout2: "innerTimeout2" 9 localInInnerTimeout2: "innerTimeout2"
10 this: Window 10 this: Window
11 WindowGlobal 11 WindowGlobal
12 <section collapsed> 12 <section collapsed>
13 13
14 2) innerFunction async-callstack-scopes.html:18 14 2) innerFunction async-callstack-scopes.html:18
15 ObjectWith Block 15 ObjectWith Block
16 foo: "bar2" 16 foo: "bar2"
17 Catch 17 Catch
18 e: Error 18 e: Error: An exception
19 Local 19 Local
20 arguments: Arguments[1] 20 arguments: Arguments[1]
21 innerFunctionLocalVar: 202 21 innerFunctionLocalVar: 202
22 this: Window 22 this: Window
23 x: 200 23 x: 200
24 Closure 24 Closure
25 callback: function innerTimeout2() 25 callback: function innerTimeout2()
26 makeClosureLocalVar: "local.2" 26 makeClosureLocalVar: "local.2"
27 n: 2 27 n: 2
28 withScope: Object 28 withScope: Object
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 <section collapsed> 69 <section collapsed>
70 70
71 7) testFunction async-callstack-scopes.html:31 71 7) testFunction async-callstack-scopes.html:31
72 Local 72 Local
73 delay1: 0 73 delay1: 0
74 this: Window 74 this: Window
75 WindowGlobal 75 WindowGlobal
76 <section collapsed> 76 <section collapsed>
77 77
78 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698