blob: b974a530e3f01621f9fd9961a9b8ce2c1e1b975e [file] [log] [blame]
This test checks the behaviour of indexing an Array with immediate types.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS array[0] is "Zero"
PASS array[null] is undefined
PASS array[undefined] is undefined
PASS array[true] is undefined
PASS array[false] is undefined
PASS successfullyParsed is true
TEST COMPLETE