blob: 0efad1630f72c242e579189efdbf847b1b5f5a14 [file] [log] [blame]
"use strict";
if (!require("./is-implemented")()) {
Object.defineProperty(Array.prototype, "fill", {
value: require("./shim"),
configurable: true,
enumerable: false,
writable: true
});
}