f90d83056c8b626678eeb5d029a4f491835b3e7d
[platform/framework/web/crosswalk-tizen.git] /
1 'use strict';
2
3 if (!require('./is-implemented')()) {
4         Object.defineProperty(Math, 'cosh', { value: require('./shim'),
5                 configurable: true, enumerable: false, writable: true });
6 }