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