MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / luaK_isKint

Function luaK_isKint

xrepo/packages/l/lua/port/lua/src/lcode.c:1228–1230  ·  view source on GitHub ↗

** Check whether expression 'e' is a literal integer. */

Source from the content-addressed store, hash-verified

1226** Check whether expression 'e' is a literal integer.
1227*/
1228int luaK_isKint (expdesc *e) {
1229 return (e->k == VKINT && !hasjumps(e));
1230}
1231
1232
1233/*

Callers 3

isCintFunction · 0.85
isSCintFunction · 0.85
finishbinexpnegFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected