MCPcopy Index your code
hub / github.com/yuin/gopher-lua / currentLocalBase

Method currentLocalBase

_state.go:793–799  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

791}
792
793func (ls *LState) currentLocalBase() int {
794 base := 0
795 if ls.currentFrame != nil {
796 base = ls.currentFrame.LocalBase
797 }
798 return base
799}
800
801func (ls *LState) currentEnv() *LTable {
802 return ls.Env

Callers 8

printRegMethod · 0.95
indexToRegMethod · 0.95
GetTopMethod · 0.95
SetTopMethod · 0.95
ReplaceMethod · 0.95
GetMethod · 0.95
InsertMethod · 0.95
RemoveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected