Searched refs:lua_gethookcount (Results 1 – 3 of 3) sorted by relevance
343 LUA_API int lua_gethookcount (lua_State *L);
297 lua_pushinteger(L, lua_gethookcount(L1)); in db_gethook()
79 LUA_API int lua_gethookcount (lua_State *L) { in lua_gethookcount() function