Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ _Ll2i
Function
_Ll2i
vm/ByteCodeTranslator/src/javascript/parparvm_runtime.js:3835–3835 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
3833
return
_LL(a.h >>> (n - 32), 0);
3834
}
3835
function
_Ll2i(x) {
return
_Lc(x).l | 0; }
// low 32 bits as signed int (Number)
3836
function
_LtoStr(a, radix) {
3837
a = _Lc(a); radix = (radix | 0) || 10;
3838
if
(_LisZero(a))
return
"0"
;
Callers
1
_LtoStr
Function · 0.85
Calls
1
_Lc
Function · 0.85
Tested by
no test coverage detected