MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / isSCint

Function isSCint

extlibs/lua/src/lcode.c:1229–1231  ·  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

1227** proper range to fit in register sC
1228*/
1229static int isSCint (expdesc *e) {
1230 return luaK_isKint(e) && fitsC(e->u.ival);
1231}
1232
1233
1234/*

Callers 2

codecommutativeFunction · 0.85
luaK_posfixFunction · 0.85

Calls 2

luaK_isKintFunction · 0.85
fitsCFunction · 0.85

Tested by

no test coverage detected