MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaL_checkany

Function luaL_checkany

extlibs/lua/src/lauxlib.c:396–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394
395
396LUALIB_API void luaL_checkany (lua_State *L, int arg) {
397 if (lua_type(L, arg) == LUA_TNONE)
398 luaL_argerror(L, arg, "value expected");
399}
400
401
402LUALIB_API const char *luaL_checklstring (lua_State *L, int arg, size_t *len) {

Callers 15

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

Calls 2

lua_typeFunction · 0.85
luaL_argerrorFunction · 0.85

Tested by

no test coverage detected