summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1459860.js
blob: 865fc5ad33b79c00662a546ab226bf94e6484061 (plain)
1
2
3
4
5
6
7
8
// |jit-test| allow-overrecursed; skip-if: helperThreadCount() === 0
function eval(source) {
    offThreadCompileModule(source);
    let get = (eval("function w(){}") ++);
};
gczeal(21, 10);
gczeal(11, 8);
eval("");