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(); });