1 2 3 4 5 6 7
Array.prototype.__proto__ = Function.prototype; var x = [1,2,3]; x[0]; [].__proto__.foo = true; eval("[]");