MCPcopy Create free account
hub / github.com/defold/defold / lua_typename

Function lua_typename

engine/lua/src/lua/lapi.c:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246
247
248LUA_API const char *lua_typename (lua_State *L, int t) {
249 UNUSED(L);
250 return (t == LUA_TNONE) ? "no value" : luaT_typenames[t];
251}
252
253
254LUA_API int lua_iscfunction (lua_State *L, int idx) {

Callers 15

Script_PropertyFunction · 0.85
GetPropertyTypeFunction · 0.85
BacktraceErrorHandlerFunction · 0.85
CreateCallbackFunction · 0.85
GetTableStringValueFunction · 0.85
GetTableIntValueFunction · 0.85
DoCheckTableSizeFunction · 0.85
DoCheckTableFunction · 0.85
DoPushTableFunction · 0.85
json_encode_exceptionFunction · 0.85
opt_set_lingerFunction · 0.85
opt_setmembershipFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected