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

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: missing build files 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
index fe14f28e163b9b56dc8dc1dcd01a191ff75cddd6..51c31146feb54c33d7a3e26908af5eaa8a1eb9ab 100644
--- 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
@@ -10,21 +10,21 @@ Tests the script outline extraction functionality.
}
{
arguments : "(y, z)"
- column : 14
+ column : 5
line : 1
name : "second"
}
{
arguments : "(arg)"
- column : 10
+ column : 1
line : 4
name : "Object"
}
{
arguments : "(a, b, c, d, e, f)"
- column : 40
+ column : 1
line : 6
- name : "functionOnPrototype"
+ name : "Object.prototype.functionOnPrototype"
dgozman 2017/03/24 01:00:00 Let's revert this.
lushnikov 2017/03/24 19:19:36 Done.
}
{
arguments : "()"
@@ -34,19 +34,19 @@ Tests the script outline extraction functionality.
}
{
arguments : "(arg1, arg2)"
- column : 22
+ column : 5
line : 9
name : "innerFunction2"
}
{
arguments : "(name)"
- column : 13
+ column : 0
line : 14
- name : "Cat"
+ name : "window.Cat"
}
{
arguments : "()"
- column : 9
+ column : 4
line : 20
name : "mew"
}
@@ -58,7 +58,7 @@ Tests the script outline extraction functionality.
}
{
arguments : "()"
- column : 10
+ column : 4
line : 30
name : "feed"
}

Powered by Google App Engine
This is Rietveld 408576698