summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1332773.js
blob: 77445bc2eb37d93b79d4c666675b8470cb3eed48 (plain)
1
2
3
4
5
6
7
8
9
// |jit-test| skip-if: helperThreadCount() === 0

evalInWorker(`
var gTestcases = new Array();
typeof document != "object" || !document.location.href.match(/jsreftest.html/);
gczeal(4, 10);
f = ([a = class target extends b {}, b] = [void 0]) => {};
f()
`)