MCPcopy Create free account
hub / github.com/axmolengine/axmol / isSCint

Function isSCint

3rdparty/lua/plainlua/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.85
luaK_posfixFunction · 0.85

Calls 2

isKintFunction · 0.85
fitsCFunction · 0.85

Tested by

no test coverage detected