blob: 2058399df719cf691b71c187f95238cd7a4e9a78 [file] [log] [blame]
This test case checks whether variables cause properties to be defined even before reaching the declaration statement in various cases.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS hasOwnProperty("foo") is true
PASS hasOwnProperty("bar") is true
PASS firstEvalResult is true
PASS secondEvalResult is false
PASS successfullyParsed is true
TEST COMPLETE