MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaL_checkany

Function luaL_checkany

third-party/lua-5.5.0/src/lauxlib.c:402–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400
401
402LUALIB_API void luaL_checkany (lua_State *L, int arg) {
403 if (l_unlikely(lua_type(L, arg) == LUA_TNONE))
404 luaL_argerror(L, arg, "value expected");
405}
406
407
408LUALIB_API const char *luaL_checklstring (lua_State *L, int arg, size_t *len) {

Callers 15

luaB_tonumberFunction · 0.70
luaB_getmetatableFunction · 0.70
luaB_rawequalFunction · 0.70
luaB_rawgetFunction · 0.70
luaB_rawsetFunction · 0.70
luaB_pairsFunction · 0.70
luaB_ipairsFunction · 0.70
luaB_assertFunction · 0.70
luaB_pcallFunction · 0.70
luaB_tostringFunction · 0.70
math_tointFunction · 0.70
math_typeFunction · 0.70

Calls 2

lua_typeFunction · 0.70
luaL_argerrorFunction · 0.70

Tested by

no test coverage detected