Back out 97036ab72558 which inappropriately compared turds to third parties.
1 // Forward to the target if the trap is undefined
2 var target = function (x, y) {
5 var obj = new (Proxy(target, {}))(2, 3);
7 assertEq(Object.getPrototypeOf(obj), target.prototype);