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-ui
/
debugger-save-to-temp-var-expected.txt
blob
b897cc379e59cdf94de112a59136069a9e0ffeec
1
Tests saving objects to temporary variables while paused.
2
3
Set timer for test function.
4
Number of expressions: 11
5
Names [temp3..temp7] are reserved
6
7
temp1
8
42
9
temp2
10
"foo string"
11
temp8
12
NaN
13
temp9
14
Infinity
15
temp10
16
-Infinity
17
temp11
18
-0
19
temp12
20
[1, 2, NaN, -0, null, undefined]
21
temp13
22
Object {foo: "bar"}
23
temp14
24
[1, 2, 3, 4]
25
temp15
26
func() {}
27
temp16
28
Error: errr(…)
29