blob: 6092db75fa8b5a6307d9882210e787a7cab7881b (
plain)
| 1
2
3
4
5
6
7
8
 | "use strict";
if (!require("./is-implemented")()) {
	Object.defineProperty(Number, "isSafeInteger", { value: require("./shim"),
		configurable: true,
enumerable: false,
writable: true });
}
 |