MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / luaK_isKint

Function luaK_isKint

3rd/lua-5.4.3/src/lcode.c:1210–1212  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1208** Check whether expression 'e' is a literal integer.
1209*/
1210int luaK_isKint (expdesc *e) {
1211 return (e->k == VKINT && !hasjumps(e));
1212}
1213
1214
1215/*

Callers 3

isCintFunction · 0.85
isSCintFunction · 0.85
finishbinexpnegFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected