Searched defs:lua_settable (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/lua/src/ | ||
H A D | lua.h | 268 LUA_API void (lua_settable) (lua_State *L, int idx); variable |
H A D | lapi.c | 821 LUA_API void lua_settable (lua_State *L, int idx) { in lua_settable() function |