MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / isSCint

Function isSCint

third-party/lua-5.4.6/src/lcode.c:1248–1250  ·  view source on GitHub ↗

** Check whether expression 'e' is a literal integer in ** proper range to fit in register sC */

Source from the content-addressed store, hash-verified

1246** proper range to fit in register sC
1247*/
1248static int isSCint (expdesc *e) {
1249 return isKint(e) && fitsC(e->u.ival);
1250}
1251
1252
1253/*

Callers 2

codecommutativeFunction · 0.70
luaK_posfixFunction · 0.70

Calls 2

isKintFunction · 0.70
fitsCFunction · 0.70

Tested by

no test coverage detected