bug1903324.js (108B)
1 for (var i = 0; i < 15; i++) { 2 new Promise(function() { throw 1; }).catch(e => null).finally(Object); 3 }