bug829813.js (103B)
1 for (x in [0]) { 2 (function() { 3 return Object.propertyIsEnumerable 4 })().call([0], x) 5 }