MCPcopy Create free account
hub / github.com/Tencent/xLua / xlua_objlen

Function xlua_objlen

WebGLPlugins/xlua.c:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86LUA_API uint32_t xlua_objlen (lua_State *L, int idx) {
87 return lua_objlen (L, idx);
88}
89
90LUA_API uint32_t xlua_touint (lua_State *L, int idx) {
91 return (uint32_t)lua_tonumber(L, idx);

Callers

nothing calls this directly

Calls 1

lua_rawlenFunction · 0.85

Tested by

no test coverage detected