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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Tests the script outline extraction functionality. 1 Tests the script outline extraction functionality.
2 2
3 { 3 {
4 chunk : [ 4 chunk : [
5 { 5 {
6 arguments : "(x, y)" 6 arguments : "(x, y)"
7 column : 9 7 column : 9
8 line : 0 8 line : 0
9 name : "first" 9 name : "first"
10 } 10 }
11 { 11 {
12 arguments : "(y, z)" 12 arguments : "(y, z)"
13 column : 14 13 column : 5
14 line : 1 14 line : 1
15 name : "second" 15 name : "second"
16 } 16 }
17 { 17 {
18 arguments : "(arg)" 18 arguments : "(arg)"
19 column : 10 19 column : 1
20 line : 4 20 line : 4
21 name : "Object" 21 name : "Object"
22 } 22 }
23 { 23 {
24 arguments : "(a, b, c, d, e, f)" 24 arguments : "(a, b, c, d, e, f)"
25 column : 40 25 column : 1
26 line : 6 26 line : 6
27 name : "functionOnPrototype" 27 name : "Object.prototype.functionOnPrototype"
dgozman 2017/03/24 01:00:00 Let's revert this.
lushnikov 2017/03/24 19:19:36 Done.
28 } 28 }
29 { 29 {
30 arguments : "()" 30 arguments : "()"
31 column : 26 31 column : 26
32 line : 8 32 line : 8
33 name : "innerFunction1" 33 name : "innerFunction1"
34 } 34 }
35 { 35 {
36 arguments : "(arg1, arg2)" 36 arguments : "(arg1, arg2)"
37 column : 22 37 column : 5
38 line : 9 38 line : 9
39 name : "innerFunction2" 39 name : "innerFunction2"
40 } 40 }
41 { 41 {
42 arguments : "(name)" 42 arguments : "(name)"
43 column : 13 43 column : 0
44 line : 14 44 line : 14
45 name : "Cat" 45 name : "window.Cat"
46 } 46 }
47 { 47 {
48 arguments : "()" 48 arguments : "()"
49 column : 9 49 column : 4
50 line : 20 50 line : 20
51 name : "mew" 51 name : "mew"
52 } 52 }
53 { 53 {
54 arguments : "()" 54 arguments : "()"
55 column : 8 55 column : 8
56 line : 25 56 line : 25
57 name : "get name" 57 name : "get name"
58 } 58 }
59 { 59 {
60 arguments : "()" 60 arguments : "()"
61 column : 10 61 column : 4
62 line : 30 62 line : 30
63 name : "feed" 63 name : "feed"
64 } 64 }
65 { 65 {
66 arguments : "(newName)" 66 arguments : "(newName)"
67 column : 8 67 column : 8
68 line : 35 68 line : 35
69 name : "set name" 69 name : "set name"
70 } 70 }
71 ] 71 ]
72 isLastChunk : true 72 isLastChunk : true
73 } 73 }
74 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698