Ignore runtime configuration files generated during quality assurance.
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);