MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / lua_isinteger

Function lua_isinteger

ThirdParty/lua/lua/lapi.c:269–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267
268
269LUA_API int lua_isinteger (lua_State *L, int idx) {
270 StkId o = index2addr(L, idx);
271 return ttisinteger(o);
272}
273
274
275LUA_API int lua_isnumber (lua_State *L, int idx) {

Callers 15

_SaveTableValueFunction · 0.85
_SwitchTableKeyFunction · 0.85
CheckIntegerFunction · 0.85
_SaveTableValueFunction · 0.85
_SwitchTableKeyFunction · 0.85
CheckVarFromLuaFunction · 0.85
typeMethod · 0.85
math_absFunction · 0.85
math_floorFunction · 0.85
math_ceilFunction · 0.85
math_fmodFunction · 0.85
math_modfFunction · 0.85

Calls 1

index2addrFunction · 0.85

Tested by

no test coverage detected