js/src/jit-test/tests/baseline/bug843429.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:c7fc1a55a9c3
1 (function () {
2 const x = [] = {};
3 (function () {
4 String(x);
5 })();
6 })();

mercurial