Home
last modified time | relevance | path

Searched refs:lua_sethook (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
Dlua.c96 lua_sethook(L, NULL, 0, 0); in lstop()
104 lua_sethook(globalL, lstop, LUA_MASKCALL | LUA_MASKRET | LUA_MASKCOUNT, 1); in laction()
Dldblib.c319 lua_sethook(L1, func, mask, count); /* set hooks */ in db_sethook()
Dlua.h393 LUA_API int (lua_sethook) (lua_State *L, lua_Hook func, int mask, int count); variable
Dldebug.c53 LUA_API int lua_sethook (lua_State *L, lua_Hook func, int mask, int count) { in lua_sethook() function