projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
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
}