Home
last modified time | relevance | path

Searched defs:lua_sethook (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dldebug.c135 LUA_API void lua_sethook (lua_State *L, lua_Hook func, int mask, int count) { in lua_sethook() function
H A Dlua.h462 LUA_API void (lua_sethook) (lua_State *L, lua_Hook func, int mask, int count); variable