diff options
Diffstat (limited to 'js/src/jit-test/tests/basic/bug648357.js')
-rw-r--r-- | js/src/jit-test/tests/basic/bug648357.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/src/jit-test/tests/basic/bug648357.js b/js/src/jit-test/tests/basic/bug648357.js new file mode 100644 index 000000000..9c2c939e0 --- /dev/null +++ b/js/src/jit-test/tests/basic/bug648357.js @@ -0,0 +1,3 @@ +var x = [1, 2, 3, 4, 5, 6, 7, 8]; +x.pop(); +x.push(9); |