zhifei_fang@apple.com | 7316680 | 2019-10-22 22:46:40 +0000 | [diff] [blame] | 1 | //@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py |
utatane.tea@gmail.com | 9078287 | 2017-09-30 01:16:52 +0000 | [diff] [blame] | 2 | function arrayPush0() { |
3 | var ret = [1]; | ||||
4 | ret.push(); | ||||
5 | return ret; | ||||
6 | } | ||||
7 | noInline(arrayPush0); | ||||
8 | |||||
9 | for (var i = 0; i < 1e7; ++i) | ||||
10 | arrayPush0(); |