MCPcopy Create free account
hub / github.com/Cocos-BCX/cocos-mainnet / lua_isuserdata

Function lua_isuserdata

libraries/lua-gph/lib/src/lapi.cpp:301–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301LUA_API int lua_isuserdata(lua_State *L, int idx)
302{
303 const TValue *o = index2addr(L, idx);
304 return (ttisfulluserdata(o) || ttislightuserdata(o));
305}
306
307LUA_API int lua_rawequal(lua_State *L, int index1, int index2)
308{

Callers 8

pushMethod · 0.85
testMethod · 0.85
pushMethod · 0.85
readMethod · 0.85
pushMethod · 0.85
testMethod · 0.85
pushMethod · 0.85
readMethod · 0.85

Calls 1

index2addrFunction · 0.85

Tested by

no test coverage detected