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

Function tag_error

engine/lua/src/lua/lauxlib.c:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68static void tag_error (lua_State *L, int narg, int tag) {
69 luaL_typerror(L, narg, lua_typename(L, tag));
70}
71
72
73LUALIB_API void luaL_where (lua_State *L, int level) {

Callers 4

luaL_checktypeFunction · 0.85
luaL_checklstringFunction · 0.85
luaL_checknumberFunction · 0.85
luaL_checkintegerFunction · 0.85

Calls 2

lua_typenameFunction · 0.85
luaL_typerrorFunction · 0.70

Tested by

no test coverage detected