Ignore runtime configuration files generated during quality assurance.
1 load(libdir + "asserts.js");
3 // Throw a TypeError if the trap reports an extensible object as non-extensible
4 assertThrowsInstanceOf(function () {
5 Object.preventExtensions(new Proxy({}, {
6 preventExtensions: function () {