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

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

Issue 1887913002: DevTools: improve identifier extraction in SourceMapNamesResolver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 Tests resolving variable names via source maps. 2 Tests resolving variable names via source maps.
2 3
3 Set timer for test function. 4 Set timer for test function.
4 Script execution paused. 5 Script execution paused.
5 6
6 Scope variables sidebar pane: 7 Scope variables sidebar pane:
7 Catch
8 error: "boom!"
9 Local 8 Local
10 longMap: Map 9 pos: 10
11 longObject: Object 10 pos: 0
12 parameter1: 100
13 parameter2: "hello"
14 this: Window 11 this: Window
15 WindowGlobal 12 WindowGlobal
16 <section collapsed> 13 <section collapsed>
17 Script execution resumed. 14 Script execution resumed.
18 15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698