projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ccc8f71337bf29cf5db6b61b67fc535dbcd79c65
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
module.exports = function () {
4
var clz32 = Math.clz32;
5
if (typeof clz32 !== 'function') return false;
6
return clz32(1000) === 22;
7
};