1 2 3 4 5 6 7 8 9 10
for (var j=0;j<2;++j) { (function(o){o.length})(String.prototype); } for each(let y in [Number, Number]) { try { "".length() } catch(e) {} } /* Don't crash. */