LUA_MASKCOUNT
if ((L->hookmask & (LUA_MASKLINE | LUA_MASKCOUNT)) &&
int counthook = ((mask & LUA_MASKCOUNT) && L->hookcount == 0);
(void) lua_sethook(state, zcp_lua_counthook, LUA_MASKCOUNT,