HomeSort by relevance Sort by last modified time
    Searched refs:luaH_free (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
ltable.h 30 LUAI_FUNC void luaH_free (lua_State *L, Table *t);
ltable.c 379 void luaH_free (lua_State *L, Table *t) {
lgc.c 668 case LUA_TTABLE: luaH_free(L, gco2t(o)); break;
    [all...]

Completed in 338 milliseconds