MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lstop

Function lstop

third-party/lua-5.2.4/src/lua.c:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93
94static void lstop (lua_State *L, lua_Debug *ar) {
95 (void)ar; /* unused arg. */
96 lua_sethook(L, NULL, 0, 0);
97 luaL_error(L, "interrupted!");
98}
99
100
101static void laction (int i) {

Callers

nothing calls this directly

Calls 2

lua_sethookFunction · 0.70
luaL_errorFunction · 0.70

Tested by

no test coverage detected