summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/bug-1420420-3.js
blob: 236c023b9c877f3abace15d61b2cbed641b7940f (plain)
1
2
3
4
5
6
7
8
9
if (!('stackTest' in this))
   quit();

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