| 159 | { LS->defs_index = lpb_reftable(L, LS->defs_index); } |
| 160 | |
| 161 | static void lpb_pushenchooktable(lua_State *L, lpb_State *LS) |
| 162 | { LS->enc_hooks_index = lpb_reftable(L, LS->enc_hooks_index); } |
| 163 | |
| 164 | static void lpb_pushdechooktable(lua_State *L, lpb_State *LS) |
| 165 | { LS->dec_hooks_index = lpb_reftable(L, LS->dec_hooks_index); } |
no test coverage detected