comparison: js/src/jit-test/tests/gc/bug-886551-1.js
js/src/jit-test/tests/gc/bug-886551-1.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
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 } |