Bug 570385: notify iterators of dense array property deletion in DeleteArrayElement...
commit501735859ef22ec07ba99c26e7268625ab086e1d
authorDavid Mandelin <dmandelin@mozilla.com>
Sat, 20 Nov 2010 01:01:26 +0000 (19 17:01 -0800)
committerDavid Mandelin <dmandelin@mozilla.com>
Sat, 20 Nov 2010 01:01:26 +0000 (19 17:01 -0800)
tree5b20e74bb44bc29178b4a1fd589656cfaf842550
parent0d37bbaa65ec508c68be5987b71adc0c64d61f36
Bug 570385: notify iterators of dense array property deletion in DeleteArrayElement, r=igor
js/src/jit-test/tests/basic/bug570385-1.js [new file with mode: 0644]
js/src/jit-test/tests/basic/bug570385-2.js [new file with mode: 0644]
js/src/jit-test/tests/basic/bug570385-3.js [new file with mode: 0644]
js/src/jsarray.cpp