projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2a582da3bf0b315a404ea4cb0a73b4d94876a1bd
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
module.exports = function (value) {
4
value = value >>> 0;
5
return value ? 32 - value.toString(2).length : 32;
6
};