MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / lua_error

Function lua_error

ThirdParty/lua/lua/lapi.c:1085–1091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1083
1084
1085LUA_API int lua_error (lua_State *L) {
1086 lua_lock(L);
1087 api_checknelems(L, 1);
1088 luaG_errormsg(L);
1089 /* code unreachable; will unlock when control actually leaves the kernel */
1090 return 0; /* to avoid warnings */
1091}
1092
1093
1094LUA_API int lua_next (lua_State *L, int idx) {

Callers 4

luaB_errorFunction · 0.85
luaB_dofileFunction · 0.85
luaL_errorFunction · 0.85
luaB_auxwrapFunction · 0.85

Calls 1

luaG_errormsgFunction · 0.85

Tested by

no test coverage detected