Home | History | Annotate | Download | only in lua

Lines Matching refs:lua_pushglobaltable

66 /* lua_pushglobaltable is the recommended "future-proof" way to get
68 lua_pushglobaltable ourselves for Lua versions before 5.2. */
70 # define lua_pushglobaltable(L) lua_pushvalue(L, LUA_GLOBALSINDEX)