PushGlobalTable pushes the global environment onto the stack. http://www.lua.org/manual/5.2/manual.html#lua_pushglobaltable
()
| 1529 | // |
| 1530 | // http://www.lua.org/manual/5.2/manual.html#lua_pushglobaltable |
| 1531 | func (l *State) PushGlobalTable() { l.RawGetInt(RegistryIndex, RegistryIndexGlobals) } |
no test coverage detected