summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/baseline/bug843429.js
blob: e161714a021bae48937d26da03c8839700e91db1 (plain)
1
2
3
4
5
6
(function () {
    const x = [] = [];
    (function () {
	String(x);
    })();
})();