Lines Matching refs:luaL_error
178 return luaL_error(L, "bad argument #%d (%s)", arg, extramsg); in luaL_argerror()
183 return luaL_error(L, "calling '%s' on bad self (%s)", in luaL_argerror()
188 return luaL_error(L, "bad argument #%d to '%s' (%s)", in luaL_argerror()
234 LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) { in luaL_error() function
383 luaL_error(L, "stack overflow (%s)", msg); in luaL_checkstack()
385 luaL_error(L, "stack overflow"); in luaL_checkstack()
535 return luaL_error(B->L, "buffer too large"); in newbuffsize()
883 luaL_error(L, "object length is not an integer"); in luaL_len()
893 luaL_error(L, "'__tostring' must return a string"); in luaL_tolstring()
1107 luaL_error(L, "core and library have incompatible numeric types"); in luaL_checkversion_()
1109 luaL_error(L, "version mismatch: app. needs %f, Lua core provides %f", in luaL_checkversion_()