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