1 2 3 4 5 6 7
function a(bb) { "use strict"; return; this.d = function() { bb; }; } for (var i = 0; i <= 9; i++) a();