MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lua_error

Function lua_error

freebsd/contrib/openzfs/module/lua/lapi.c:1102–1108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100
1101
1102LUA_API int lua_error (lua_State *L) {
1103 lua_lock(L);
1104 api_checknelems(L, 1);
1105 luaG_errormsg(L);
1106 /* code unreachable; will unlock when control actually leaves the kernel */
1107 return 0; /* to avoid warnings */
1108}
1109
1110
1111LUA_API int lua_next (lua_State *L, int idx) {

Callers 5

luaB_errorFunction · 0.70
luaL_errorFunction · 0.70
luaB_auxwrapFunction · 0.70
zcp_lua_to_nvlistFunction · 0.50
zcp_lua_counthookFunction · 0.50

Calls 1

luaG_errormsgFunction · 0.70

Tested by

no test coverage detected