Back out 97036ab72558 which inappropriately compared turds to third parties.
1 function testDenseArrayProp()
5 var a = [[],[],[],({}).__proto__];
6 for (var i = 0; i < a.length; ++i)
9 delete ({}).__proto__.x;
12 assertEq(testDenseArrayProp(), "ok");