bug-1402649.js (246B)
1 loadFile(` 2 function parseAndEvaluate(source) { 3 let m = parseModule(source); 4 moduleLink(m); 5 } 6 parseAndEvaluate("async function a() { await 2 + 3; }") 7 `); 8 function loadFile(lfVarx) { 9 oomTest(function() { 10 eval(lfVarx); 11 }); 12 }