Lines Matching refs:luaL_error
184 return luaL_error(L, "bad argument #%d (%s)", arg, extramsg); in luaL_argerror()
189 return luaL_error(L, "calling '%s' on bad self (%s)", in luaL_argerror()
194 return luaL_error(L, "bad argument #%d to '%s' (%s)", in luaL_argerror()
240 LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) { in luaL_error() function
393 luaL_error(L, "stack overflow (%s)", msg); in luaL_checkstack()
395 luaL_error(L, "stack overflow"); in luaL_checkstack()
547 return luaL_error(B->L, "buffer too large"); in newbuffsize()
897 luaL_error(L, "object length is not an integer"); in luaL_len()
907 luaL_error(L, "'__tostring' must return a string"); in luaL_tolstring()
1127 luaL_error(L, "core and library have incompatible numeric types"); in luaL_checkversion_()
1130 luaL_error(L, "version mismatch: app. needs %f, Lua core provides %f", in luaL_checkversion_()