MCPcopy Index your code
hub / github.com/Shopify/go-lua / PushGlobalTable

Method PushGlobalTable

lua.go:1531–1531  ·  view source on GitHub ↗

PushGlobalTable pushes the global environment onto the stack. http://www.lua.org/manual/5.2/manual.html#lua_pushglobaltable

()

Source from the content-addressed store, hash-verified

1529//
1530// http://www.lua.org/manual/5.2/manual.html#lua_pushglobaltable
1531func (l *State) PushGlobalTable() { l.RawGetInt(RegistryIndex, RegistryIndexGlobals) }

Callers 3

BaseOpenFunction · 0.80
PackageOpenFunction · 0.80
pushGlobalFunctionNameFunction · 0.80

Calls 1

RawGetIntMethod · 0.95

Tested by

no test coverage detected