repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
inspector
/
sources
/
debugger
/
script-extract-outline-expected.txt
blob
fe14f28e163b9b56dc8dc1dcd01a191ff75cddd6
1
Tests the script outline extraction functionality.
2
3
{
4
chunk : [
5
{
6
arguments : "(x, y)"
7
column : 9
8
line : 0
9
name : "first"
10
}
11
{
12
arguments : "(y, z)"
13
column : 14
14
line : 1
15
name : "second"
16
}
17
{
18
arguments : "(arg)"
19
column : 10
20
line : 4
21
name : "Object"
22
}
23
{
24
arguments : "(a, b, c, d, e, f)"
25
column : 40
26
line : 6
27
name : "functionOnPrototype"
28
}
29
{
30
arguments : "()"
31
column : 26
32
line : 8
33
name : "innerFunction1"
34
}
35
{
36
arguments : "(arg1, arg2)"
37
column : 22
38
line : 9
39
name : "innerFunction2"
40
}
41
{
42
arguments : "(name)"
43
column : 13
44
line : 14
45
name : "Cat"
46
}
47
{
48
arguments : "()"
49
column : 9
50
line : 20
51
name : "mew"
52
}
53
{
54
arguments : "()"
55
column : 8
56
line : 25
57
name : "get name"
58
}
59
{
60
arguments : "()"
61
column : 10
62
line : 30
63
name : "feed"
64
}
65
{
66
arguments : "(newName)"
67
column : 8
68
line : 35
69
name : "set name"
70
}
71
]
72
isLastChunk : true
73
}
74