Searched defs:luaL_newmetatable (Results 1 – 4 of 4) sorted by relevance
51 LUALIB_API int (luaL_newmetatable) (lua_State *L, const char *tname); variable
70 LUALIB_API int (luaL_newmetatable) (lua_State *L, const char *tname); variable
311 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { in luaL_newmetatable() function
231 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { in luaL_newmetatable() function