Back out 97036ab72558 which inappropriately compared turds to third parties.
2 function s(f) { this._m = f; }
4 Object.defineProperty(this, "m", {set: s});
5 this.m = function () {};
8 for (var i = 0; i < 20; i++) {
10 assertEq(a._m === last._m, false);