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