MCPcopy Create free account
hub / github.com/cuberite/cuberite / lua_error

Function lua_error

lib/lua/src/lapi.c:964–970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

962
963
964LUA_API int lua_error (lua_State *L) {
965 lua_lock(L);
966 api_checknelems(L, 1);
967 luaG_errormsg(L);
968 lua_unlock(L);
969 return 0; /* to avoid warnings */
970}
971
972
973LUA_API int lua_next (lua_State *L, int idx) {

Callers 11

tolua_bnd_setpeerFunction · 0.85
parse_auxFunction · 0.85
db_progress_handlerFunction · 0.85
db_do_next_rowFunction · 0.85
db_do_rowsFunction · 0.85
lsqlite_newindexFunction · 0.85
luaB_errorFunction · 0.85
luaB_dofileFunction · 0.85
luaB_auxwrapFunction · 0.85
luaL_errorFunction · 0.85
lua_do_errorFunction · 0.85

Calls 1

luaG_errormsgFunction · 0.85

Tested by

no test coverage detected