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

Function lua_error

extlibs/lua/src/lapi.c:1196–1202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1194
1195
1196LUA_API int lua_error (lua_State *L) {
1197 lua_lock(L);
1198 api_checknelems(L, 1);
1199 luaG_errormsg(L);
1200 /* code unreachable; will unlock when control actually leaves the kernel */
1201 return 0; /* to avoid warnings */
1202}
1203
1204
1205LUA_API int lua_next (lua_State *L, int idx) {

Callers 15

luaB_errorFunction · 0.85
luaB_dofileFunction · 0.85
luaL_errorFunction · 0.85
luaB_auxwrapFunction · 0.85
compat53_call_luaFunction · 0.85
luaL_checkstackFunction · 0.85
static_trampolineFunction · 0.85
trampolineFunction · 0.85
type_panic_stringFunction · 0.85
type_panic_c_strFunction · 0.85
operator()Method · 0.85
operator()Method · 0.85

Calls 1

luaG_errormsgFunction · 0.85

Tested by

no test coverage detected