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

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