MCPcopy Create free account
hub / github.com/axmolengine/axmol / lua_isuserdata

Function lua_isuserdata

3rdparty/lua/plainlua/lapi.c:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320
321
322LUA_API int lua_isuserdata (lua_State *L, int idx) {
323 const TValue *o = index2value(L, idx);
324 return (ttisfulluserdata(o) || ttislightuserdata(o));
325}
326
327
328LUA_API int lua_rawequal (lua_State *L, int index1, int index2) {

Callers 15

push_table_instanceFunction · 0.85
lua_isusertypeFunction · 0.85
tolua_isuserdataFunction · 0.85
tolua_isuserdataarrayFunction · 0.85
tolua_isusertypearrayFunction · 0.85
tolua_isuserdatafieldFunction · 0.85
tolua_tousertypeFunction · 0.85
tolua_bnd_takeownershipFunction · 0.85
tolua_bnd_setpeerFunction · 0.85
do_operatorFunction · 0.85
class_eq_eventFunction · 0.85

Calls 1

index2valueFunction · 0.85

Tested by

no test coverage detected