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