Lines Matching refs:luaL_error
167 return luaL_error(L, "bad argument #%d (%s)", arg, extramsg); in luaL_argerror()
172 return luaL_error(L, "calling '%s' on bad self (%s)", in luaL_argerror()
177 return luaL_error(L, "bad argument #%d to '%s' (%s)", in luaL_argerror()
223 LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) { in luaL_error() function
371 luaL_error(L, "stack overflow (%s)", msg); in luaL_checkstack()
373 luaL_error(L, "stack overflow"); in luaL_checkstack()
468 luaL_error(L, "not enough memory for buffer allocation"); in resizebox()
513 luaL_error(L, "buffer too large"); in luaL_prepbuffsize()
804 luaL_error(L, "object length is not an integer"); in luaL_len()
813 luaL_error(L, "'__tostring' must return a string"); in luaL_tolstring()
905 luaL_error(L, "name conflict for module '%s'", modname); in luaL_pushmodule()
1036 luaL_error(L, "core and library have incompatible numeric types"); in luaL_checkversion_()
1038 luaL_error(L, "multiple Lua VMs detected"); in luaL_checkversion_()
1040 luaL_error(L, "version mismatch: app. needs %f, Lua core provides %f", in luaL_checkversion_()