Searched refs:lua_newuserdata (Results 1 – 4 of 4) sorted by relevance
38 _cap_type *c = new (lua_newuserdata(l, sizeof(_cap_type))) \
261 Cap *c = new (lua_newuserdata(l, sizeof(Cap))) Cap(); in push_void_cap()
486 App_ptr *at = new (lua_newuserdata(l, sizeof(App_ptr))) App_ptr(); in exec()
412 #define lua_newuserdata(L,s) lua_newuserdatauv(L,s,1) macro
Completed in 6 milliseconds