MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / lua_isuserdata

Function lua_isuserdata

third-party/lua-5.1.5/src/lapi.c:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271
272
273LUA_API int lua_isuserdata (lua_State *L, int idx) {
274 const TValue *o = index2adr(L, idx);
275 return (ttisuserdata(o) || ttislightuserdata(o));
276}
277
278
279LUA_API int lua_rawequal (lua_State *L, int index1, int index2) {

Callers

nothing calls this directly

Calls 1

index2adrFunction · 0.85

Tested by

no test coverage detected