Searched refs:luaF_freeproto (Results 1 – 6 of 6) sorted by relevance
28 LUAI_FUNC void luaF_freeproto (lua_State *L, Proto *f);
134 void luaF_freeproto (lua_State *L, Proto *f) { in luaF_freeproto() function
664 case LUA_TPROTO: luaF_freeproto(L, gco2p(o)); break; in freeobj()
27 LUAI_FUNC void luaF_freeproto (lua_State *L, Proto *f);
141 void luaF_freeproto (lua_State *L, Proto *f) { in luaF_freeproto() function
380 case LUA_TPROTO: luaF_freeproto(L, gco2p(o)); break; in freeobj()