js/src/jit-test/tests/gc/bug-886551-1.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:c076d0b76c34
1 if (this.hasOwnProperty('Intl')) {
2 gc();
3 gcslice(0);
4 var thisValues = [ "x" ];
5 thisValues.forEach(function (value) {
6 var format = Intl.DateTimeFormat.call(value);
7 });
8 }

mercurial