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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scope-resolve-this-expected.txt

Issue 1884213003: DevTools: teach SourceMapNamesResolver to resolve "this" object (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ids
Patch Set: fix tesst Created 4 years, 8 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 CONSOLE MESSAGE: line 4: 0 1 CONSOLE MESSAGE: line 7: [object Object]
2 Tests resolving variable names via source maps. 2 Tests resolving this object name via source maps.
3 3
4 Set timer for test function. 4 Set timer for test function.
5 Script execution paused. 5 Script execution paused.
6 6
7 Scope variables sidebar pane: 7 Scope variables sidebar pane:
8 Local 8 Local
9 pos: 10 9 this: Foo
10 pos: 0 10 Closure (Foo.bar)
11 this: Window
12 WindowGlobal 11 WindowGlobal
13 <section collapsed> 12 <section collapsed>
14 Script execution resumed. 13 Script execution resumed.
15 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698