MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / lua_error

Function lua_error

Source/Misc/lua/src/lua.c:2813–2819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2811
2812
2813LUA_API int lua_error (lua_State *L) {
2814lua_lock(L);
2815api_checknelems(L, 1);
2816luaG_errormsg(L);
2817lua_unlock(L);
2818return 0; /* to avoid warnings */
2819}
2820
2821
2822LUA_API int lua_next (lua_State *L, int idx) {

Calls 1

luaG_errormsgFunction · 0.85

Tested by

no test coverage detected