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