git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Web Inspector [JSC]: Implement ScriptCallStack::stackTrace
[WebKit-https.git]
/
LayoutTests
/
inspector
/
timeline
/
timeline-parse-html-expected.txt
1
Tests the Timeline API instrumentation of ParseHTML
2
3
Test data
4
ParseHTML Properties:
5
{
6
startTime : <number>
7
stackTrace : <object>
8
data : {
9
length : 9
10
startLine : 0
11
endLine : 0
12
}
13
children : <object>
14
endTime : <number>
15
type : "ParseHTML"
16
frameId : <string>
17
usedHeapSize : <number>
18
totalHeapSize : <number>
19
counters : <object>
20
}
21
ParseHTML Properties:
22
{
23
startTime : <number>
24
stackTrace : <object>
25
data : {
26
length : 1
27
startLine : 0
28
endLine : 0
29
}
30
children : <object>
31
endTime : <number>
32
type : "ParseHTML"
33
frameId : <string>
34
usedHeapSize : <number>
35
totalHeapSize : <number>
36
counters : <object>
37
}
38