blob: 7a0871d65f67589b67b99572c142493874fcedef [file] [log] [blame]
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.