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

Function isSCint

third-party/lua-5.5.0/src/lcode.c:1291–1293  ·  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

1289** proper range to fit in register sC
1290*/
1291static int isSCint (expdesc *e) {
1292 return isKint(e) && fitsC(e->u.ival);
1293}
1294
1295
1296/*

Callers 2

codecommutativeFunction · 0.70
luaK_posfixFunction · 0.70

Calls 2

isKintFunction · 0.70
fitsCFunction · 0.70

Tested by

no test coverage detected