Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ lua_iscfunction
Function
lua_iscfunction
Dependencies/lua/src/lapi.c:297–300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
296
297
LUA_API int lua_iscfunction (lua_State *L, int idx) {
298
const TValue *o = index2value(L, idx);
299
return (ttislcf(o) || (ttisCclosure(o)));
300
}
301
302
303
LUA_API int lua_isinteger (lua_State *L, int idx) {
Callers
12
check_function_pointer
Function · 0.85
push_environment_of
Function · 0.85
check
Method · 0.85
check
Method · 0.85
set_on
Method · 0.85
listcode
Function · 0.85
printcode
Function · 0.85
listk
Function · 0.85
listabslineinfo
Function · 0.85
listlocals
Function · 0.85
runC
Function · 0.85
db_upvaluejoin
Function · 0.85
Calls
1
index2value
Function · 0.85
Tested by
6
listcode
Function · 0.68
printcode
Function · 0.68
listk
Function · 0.68
listabslineinfo
Function · 0.68
listlocals
Function · 0.68
runC
Function · 0.68