MCPcopy Create free account
hub / github.com/axmolengine/axmol / isKint

Function isKint

3rdparty/lua/plainlua/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.85
isSCintFunction · 0.85
finishbinexpnegFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected