Searched refs:allowhook (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dldo.c219 if (hook && L->allowhook) {
230 L->allowhook = 0; /* cannot call hooks inside a hook */
235 lua_assert(!L->allowhook);
236 L->allowhook = 1;
463 L->allowhook = ci->u.c.old_allowhook;
591 lu_byte old_allowhooks = L->allowhook;
601 L->allowhook = old_allowhooks;
H A Dlstate.h167 lu_byte allowhook; member in struct:lua_State
H A Dlstate.c212 L->allowhook = 1;
H A Dlgc.c810 lu_byte oldah = L->allowhook;
812 L->allowhook = 0; /* stop debug hooks during GC metamethod */
818 L->allowhook = oldah; /* restore hooks */
H A Dlapi.c957 ci->u.c.old_allowhook = L->allowhook;

Completed in 82 milliseconds