MCPcopy Create free account
hub / github.com/Tencent/UnLua / lua53_getfield

Function lua53_getfield

Plugins/UnLuaExtensions/LuaProtobuf/Source/src/pb.cpp:108–109  ·  view source on GitHub ↗

not Lua 5.3 */

Source from the content-addressed store, hash-verified

106# define lua53_rawgetp lua_rawgetp
107#else /* not Lua 5.3 */
108static int lua53_getfield(lua_State *L, int idx, const char *field)
109{ return lua_getfield(L, idx, field), lua_type(L, -1); }
110static int lua53_rawgeti(lua_State *L, int idx, lua_Integer i)
111{ return lua_rawgeti(L, idx, i), lua_type(L, -1); }
112static int lua53_rawgetp(lua_State *L, int idx, const void *p)

Callers 2

lpbE_encodeFunction · 0.85
lpb_fetchtableFunction · 0.85

Calls 2

lua_getfieldFunction · 0.85
lua_typeFunction · 0.85

Tested by

no test coverage detected