Lines Matching refs:luaL_error
129 return luaL_error(L, "resulting string too large"); in str_rep()
158 return luaL_error(L, "string slice too long"); in str_byte()
196 return luaL_error(L, "unable to dump given function"); in str_dump()
245 return luaL_error(ms->L, "invalid capture index %%%d", l + 1); in check_capture()
254 return luaL_error(ms->L, "invalid pattern capture"); in capture_to_close()
262 luaL_error(ms->L, "malformed pattern (ends with '%%')"); in classend()
269 luaL_error(ms->L, "malformed pattern (missing ']')"); in classend()
344 luaL_error(ms->L, "malformed pattern (missing arguments to '%%b')"); in matchbalance()
393 if (level >= LUA_MAXCAPTURES) luaL_error(ms->L, "too many captures"); in start_capture()
427 luaL_error(ms->L, "pattern too complex"); in match()
461 luaL_error(ms->L, "missing '[' after '%%f' in pattern"); in match()
556 luaL_error(ms->L, "invalid capture index %%%d", i + 1); in push_onecapture()
560 if (l == CAP_UNFINISHED) luaL_error(ms->L, "unfinished capture"); in push_onecapture()
715 luaL_error(L, "invalid use of '%c' in replacement string", L_ESC); in add_s()
757 luaL_error(L, "invalid replacement value (a %s)", luaL_typename(L, -1)); in add_value()
882 return luaL_error(L, "modifiers for format '%%a'/'%%A' not implemented"); in lua_number2strx()
985 luaL_error(L, "invalid format (repeated flags)"); in scanformat()
994 luaL_error(L, "invalid format (width or precision too long)"); in scanformat()
1083 return luaL_error(L, "invalid option '%%%c' to 'format'", in str_format()
1202 return luaL_error(h->L, "integral size (%d) out of limits [1,%d]", in getnumlimit()
1243 luaL_error(h->L, "missing size for format option 'c'"); in getoption()
1253 default: luaL_error(h->L, "invalid format option '%c'", opt); in getoption()
1469 luaL_error(L, "%d-byte integer does not fit into Lua Integer", size); in unpackint()