Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/xLua
/ lua_isinteger
Function
lua_isinteger
WebGLPlugins/xlua.c:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
LUA_API int lua_isinteger (lua_State *L, int idx) {
83
return 0;
84
}
85
86
LUA_API uint32_t xlua_objlen (lua_State *L, int idx) {
87
return lua_objlen (L, idx);
Callers
12
math_abs
Function · 0.70
math_floor
Function · 0.70
math_ceil
Function · 0.70
math_fmod
Function · 0.70
math_modf
Function · 0.70
math_type
Function · 0.70
addliteral
Function · 0.70
xlua_touint
Function · 0.70
luaL_tolstring
Function · 0.70
lua_isint64
Function · 0.70
lua_isuint64
Function · 0.70
g_write
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected