blob: 2ae1b18e452a78beccf081973fb73a5bf375e60d [file] [log] [blame]
Tests that DFG respects neutered typed arrays.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS array.length is 100
PASS array[0] is 42
PASS foo(array) is 100
PASS bar(array) is 42
PASS array.length is 0
PASS array[0] is void 0
PASS foo(array) is 0
PASS bar(array) is void 0
PASS successfullyParsed is true
TEST COMPLETE