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

Function luaK_isKint

extlibs/lua/src/lcode.c:1211–1213  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 3

isCintFunction · 0.85
isSCintFunction · 0.85
finishbinexpnegFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected