Searched defs:lua_newtable (Results 1 – 2 of 2) sorted by relevance
325 #define lua_newtable(L) lua_createtable(L, 0, 0) macro
378 #define lua_newtable(L) lua_createtable(L, 0, 0) macro