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

Function isKint

third-party/lua-5.4.6/src/lcode.c:1230–1232  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 3

isCintFunction · 0.70
isSCintFunction · 0.70
finishbinexpnegFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected