Searched refs:luaL_ref (Results 1 – 3 of 3) sorted by relevance
83 LUALIB_API int (luaL_ref) (lua_State *L, int t); variable
545 LUALIB_API int luaL_ref (lua_State *L, int t) { in luaL_ref() function
127 handler->ref = luaL_ref(L, LUA_REGISTRYINDEX); in lua_register_handler()