blob: 21f64d50491960e4edcc787cc5b26318d9f21631 [file] [log] [blame]
'use strict';
if (!require('./is-implemented')()) {
Object.defineProperty(Math, 'asinh', { value: require('./shim'),
configurable: true, enumerable: false, writable: true });
}