Home
last modified time | relevance | path

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

/aosp_15_r20/external/lua/src/
H A Dlua.h252 LUA_API int (lua_getfield) (lua_State *L, int idx, const char *k); variable
H A Dlapi.c655 LUA_API int lua_getfield (lua_State *L, int idx, const char *k) { in lua_getfield() function