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

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()
`)