MCPcopy Create free account
hub / github.com/Tencent/sluaunreal / lua_len

Function lua_len

Plugins/slua_unreal/External/lua/lapi.cpp:1155–1162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1153
1154
1155LUA_API void lua_len (lua_State *L, int idx) {
1156 StkId t;
1157 lua_lock(L);
1158 t = index2addr(L, idx);
1159 luaV_objlen(L, L->top, t);
1160 api_incr_top(L);
1161 lua_unlock(L);
1162}
1163
1164
1165LUA_API lua_Alloc lua_getallocf (lua_State *L, void **ud) {

Callers 1

lua_IntegerFunction · 0.85

Calls 2

index2addrFunction · 0.85
luaV_objlenFunction · 0.85

Tested by

no test coverage detected