HomeSort by: relevance | last modified time | path
    Searched refs:luaL_error (Results 1 - 15 of 15) sorted by relevancy

  /src/lib/lua/libm/
libm.c 57 return luaL_error(L, badarg); \
69 return luaL_error(L, badarg); \
82 return luaL_error(L, badarg); \
96 return luaL_error(L, badarg); \
170 return luaL_error(L, badarg);
185 return luaL_error(L, badarg);
196 return luaL_error(L, badarg);
208 return luaL_error(L, badarg);
  /src/external/mit/lua/dist/src/
loslib.c 176 return luaL_error(L, "unable to generate a unique filename");
214 luaL_error(L, "field '%s' is out-of-bound", key);
259 return luaL_error(L, "field '%s' is not an integer", key);
261 return luaL_error(L, "field '%s' missing in date table", key);
266 return luaL_error(L, "field '%s' is out-of-bound", key);
317 return luaL_error(L,
365 return luaL_error(L,
lutf8lib.c 142 return luaL_error(L, "string slice too long");
151 return luaL_error(L, MSGInvalid);
205 return luaL_error(L, "initial position is a continuation byte");
245 return luaL_error(L, MSGInvalid);
lstrlib.c 162 return luaL_error(L, "resulting string too large");
190 return luaL_error(L, "string slice too long");
244 return luaL_error(L, "unable to dump given function");
285 luaL_error(L, "attempt to %s a '%s' with a '%s'", mtname + 2,
398 return luaL_error(ms->L, "invalid capture index %%%d", l + 1);
407 return luaL_error(ms->L, "invalid pattern capture");
415 luaL_error(ms->L, "malformed pattern (ends with '%%')");
422 luaL_error(ms->L, "malformed pattern (missing ']')");
497 luaL_error(ms->L, "malformed pattern (missing arguments to '%%b')");
546 if (level >= LUA_MAXCAPTURES) luaL_error(ms->L, "too many captures")
    [all...]
ltablib.c 87 return luaL_error(L, "wrong number of arguments to 'insert'");
154 luaL_error(L, "invalid value (%s) at index %I in table for 'concat'",
206 return luaL_error(L, "too many results to unpack");
310 luaL_error(L, "invalid order function for sorting");
317 luaL_error(L, "invalid order function for sorting");
lauxlib.c 184 return luaL_error(L, "bad argument #%d (%s)", arg, extramsg);
189 return luaL_error(L, "calling '%s' on bad self (%s)",
194 return luaL_error(L, "bad argument #%d to '%s' (%s)",
240 LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) {
393 luaL_error(L, "stack overflow (%s)", msg);
395 luaL_error(L, "stack overflow");
547 return luaL_error(B->L, "buffer too large");
897 luaL_error(L, "object length is not an integer");
907 luaL_error(L, "'__tostring' must return a string");
1127 luaL_error(L, "core and library have incompatible numeric types")
    [all...]
liolib.c 80 luaL_error(L, "'popen' not supported"), \
192 luaL_error(L, "attempt to use a closed file");
267 luaL_error(L, "cannot open file '%s' (%s)", fname, strerror(errno));
315 luaL_error(L, "default %s file is closed", findex + IOPREF_LEN);
636 return luaL_error(L, "file is already closed");
648 return luaL_error(L, "%s", lua_tostring(L, -n + 1));
loadlib.c 185 luaL_error(L, "unable to get ModuleFileName");
531 luaL_error(L, "'package.%s' must be a string", pname);
542 return luaL_error(L, "error loading module '%s' from file '%s':\n\t%s",
632 luaL_error(L, "'package.searchers' must be a table");
641 luaL_error(L, "module '%s' not found:%s", name, lua_tostring(L, -1));
lcorolib.c 191 return luaL_error(L, "cannot close a %s coroutine", statname[status]);
lbaselib.c 146 return luaL_error(L, "cannot change a protected metatable");
387 luaL_error(L, "reader function must return a string");
lua.c 68 luaL_error(L, "interrupted!");
240 luaL_error(L, "'arg' is not a table");
lauxlib.h 85 LUALIB_API int (luaL_error) (lua_State *L, const char *fmt, ...);
ldblib.c 41 luaL_error(L, "stack overflow");
lmathlib.c 583 default: return luaL_error(L, "wrong number of arguments");
  /src/external/bsd/lutok/dist/
state.cpp 158 return luaL_error(raw_state, "%s", error_buf);

Completed in 19 milliseconds