MCPcopy 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}
3835function _Ll2i(x) { return _Lc(x).l | 0; } // low 32 bits as signed int (Number)
3836function _LtoStr(a, radix) {
3837 a = _Lc(a); radix = (radix | 0) || 10;
3838 if (_LisZero(a)) return "0";

Callers 1

_LtoStrFunction · 0.85

Calls 1

_LcFunction · 0.85

Tested by

no test coverage detected