bug-1238555.js (111B)
1 oomTest( 2 function x() { 3 try { 4 eval('let ') 5 } catch (ex) { 6 (function() {})() 7 } 8 } 9 );