MCPcopy Create free account
hub / github.com/SOUI2/soui / lua_error

Function lua_error

third-part/lua-52/src/lapi.c:1105–1111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

invokeMethod · 0.85
meta_getMethod · 0.85
meta_setMethod · 0.85
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