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

Unified Diff: LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt

Issue 485503002: DevTools: support getters and setters in javascript outline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline Created 6 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt b/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt
index c7e4aef9b15f39da1b8b72be9a1fb687a02b9314..30254f1f9890d2196a7c537cd483e207aacd55a7 100644
--- a/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt
+++ b/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt
@@ -38,6 +38,36 @@ Tests the script outline extraction functionality.
line : 9
name : "innerFunction2"
}
+ {
+ arguments : "(name)"
+ column : 13
+ line : 14
+ name : "Cat"
+ }
+ {
+ arguments : "()"
+ column : 9
+ line : 20
+ name : "mew"
+ }
+ {
+ arguments : "()"
+ column : 8
+ line : 25
+ name : "get name"
+ }
+ {
+ arguments : "()"
+ column : 10
+ line : 30
+ name : "feed"
+ }
+ {
+ arguments : "(newName)"
+ column : 8
+ line : 35
+ name : "set name"
+ }
]
index : 1
total : 1

Powered by Google App Engine
This is Rietveld 408576698