summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/js/function-declarations-expected.txt
blob: 17f6ef8f61c5c642b63680d85e6c9f6e5f820634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This page tests function declarations inside various block structures and control statements.

Before executing blocks containing function declarations: 
-----
PASS: 'f1' in window should be true and is.
PASS: 'f2' in window should be true and is.
PASS: 'f3' in window should be true and is.
PASS: 'f4' in window should be true and is.
PASS: 'f5' in window should be true and is.
PASS: 'f6' in window should be true and is.
PASS: 'f7' in window should be true and is.
PASS: 'f8' in window should be true and is.
PASS: 'f9' in window should be true and is.

After executing blocks containing function declarations: 
-----
PASS: 'f1' in window should be true and is.
PASS: 'f2' in window should be true and is.
PASS: 'f3' in window should be true and is.
PASS: 'f4' in window should be true and is.
PASS: 'f5' in window should be true and is.
PASS: 'f6' in window should be true and is.
PASS: 'f7' in window should be true and is.
PASS: 'f8' in window should be true and is.
PASS: 'f9' in window should be true and is.