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