projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
dd96edd80e0f20388f894de86af2fcfa931f2a38
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
if (!require('./is-implemented')()) {
4
Object.defineProperty(Math, 'log10', { value: require('./shim'),
5
configurable: true, enumerable: false, writable: true });
6
}