summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/bug-1420420-3.js
blob: bc0c5fdaca029509c5d5932a00d4dc3acd0686fe (plain)
1
2
3
4
5
6
7
// |jit-test| skip-if: !('stackTest' in this)

let a = parseModule(`throw new Error`);
a.declarationInstantiation();
stackTest(function() {
    a.evaluation();
});