summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/escope/node_modules/es6-map/node_modules/es5-ext/math/hypot/implement.js
blob: b27fda7a0961b99bd1c3b99973f870f5b82b2c15 (plain)
1
2
3
4
5
6
'use strict';

if (!require('./is-implemented')()) {
	Object.defineProperty(Math, 'hypot', { value: require('./shim'),
		configurable: true, enumerable: false, writable: true });
}