blob: 5b8eb4927715cc07018e264ca01c59d3fe687aad [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 thirdEvalResult is true
PASS successfullyParsed is true
TEST COMPLETE