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

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

Issue 2770123002: DevTools: produce javascript outline for javascript classess (Closed)
Patch Set: address comments Created 3 years, 9 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: third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt
deleted file mode 100644
index fe14f28e163b9b56dc8dc1dcd01a191ff75cddd6..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/script-extract-outline-expected.txt
+++ /dev/null
@@ -1,74 +0,0 @@
-Tests the script outline extraction functionality.
-
-{
- chunk : [
- {
- arguments : "(x, y)"
- column : 9
- line : 0
- name : "first"
- }
- {
- arguments : "(y, z)"
- column : 14
- line : 1
- name : "second"
- }
- {
- arguments : "(arg)"
- column : 10
- line : 4
- name : "Object"
- }
- {
- arguments : "(a, b, c, d, e, f)"
- column : 40
- line : 6
- name : "functionOnPrototype"
- }
- {
- arguments : "()"
- column : 26
- line : 8
- name : "innerFunction1"
- }
- {
- arguments : "(arg1, arg2)"
- column : 22
- 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"
- }
- ]
- isLastChunk : true
-}
-

Powered by Google App Engine
This is Rietveld 408576698