MCPcopy Create free account
hub / github.com/danomatika/ofxLua / lua_isuserdata

Function lua_isuserdata

libs/lua/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

SWIG_Lua_iterate_basesFunction · 0.85
SWIG_Lua_class_do_getFunction · 0.85
SWIG_Lua_class_getFunction · 0.85
SWIG_Lua_class_do_setFunction · 0.85
SWIG_Lua_class_setFunction · 0.85
SWIG_Lua_class_destructFunction · 0.85
SWIG_Lua_class_tostringFunction · 0.85
SWIG_Lua_class_disownFunction · 0.85
SWIG_Lua_class_equalFunction · 0.85
SWIG_Lua_typenameFunction · 0.85
_wrap_new_vec2__SWIG_1Function · 0.85

Calls 1

index2valueFunction · 0.85

Tested by

no test coverage detected