Ignore runtime configuration files generated during quality assurance.
2 * Don't throw a type error if the trap reports an undefined property as
3 * non-present, regardless of extensibility.
6 Object.preventExtensions(target);
8 'foo' in new Proxy(target, {
9 has: function (target, name) {