summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/bug-1420420-3.js
blob: 5ccbf536cae589780a07aa5244ccc9447a3e9169 (plain)
1
2
3
4
5
let a = parseModule(`throw new Error`);
moduleLink(a);
stackTest(function() {
    moduleEvaluate(a);
});