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