Home
last modified time | relevance | path

Searched defs:luaL_newmetatable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dlauxlib.h69 LUALIB_API int (luaL_newmetatable) (lua_State *L, const char *tname); variable
H A Dlauxlib.c311 LUALIB_API int luaL_newmetatable (lua_State *L, const char *tname) { in luaL_newmetatable() function