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

Function isKint

third-party/lua-5.5.0/src/lcode.c:1273–1275  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1271** Check whether expression 'e' is a literal integer.
1272*/
1273static int isKint (expdesc *e) {
1274 return (e->k == VKINT && !hasjumps(e));
1275}
1276
1277
1278/*

Callers 3

isCintFunction · 0.70
isSCintFunction · 0.70
finishbinexpnegFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected