Searched refs:lua_newtable (Results 1 – 2 of 2) sorted by relevance
277 lua_newtable(L); /* create metatable */ in luaL_newmetatable()872 lua_newtable(L); in luaL_getsubtable()
325 #define lua_newtable(L) lua_createtable(L, 0, 0) macro