MCPcopy Create free account
hub / github.com/F-Stack/f-stack / lua_isuserdata

Function lua_isuserdata

freebsd/contrib/openzfs/module/lua/lapi.c:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275
276
277LUA_API int lua_isuserdata (lua_State *L, int idx) {
278 const TValue *o = index2addr(L, idx);
279 return (ttisuserdata(o) || ttislightuserdata(o));
280}
281
282
283LUA_API int lua_rawequal (lua_State *L, int index1, int index2) {

Callers

nothing calls this directly

Calls 1

index2addrFunction · 0.85

Tested by

no test coverage detected