Lines Matching full:registry
246 /* add this all into the Lua registry: */
731 /* gets the swig class registry (or creates it) */
734 /* add this all into the swig registry: */
736 lua_rawget(L,LUA_REGISTRYINDEX); /* get the registry */
752 SWIG_Lua_get_class_registry(L); /* get the registry */
755 lua_remove(L,-2); /* tidy up (remove registry) */
880 SWIG_Lua_get_class_registry(L); /* get the registry */
908 lua_rawset(L,-3); /* metatable into registry */
909 lua_pop(L,1); /* tidy stack (remove registry) */