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

Method base

stack.go:146–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144
145func (ci *callInfo) stackIndex(slot int) int { return ci.top - len(ci.frame) + slot }
146func (ci *callInfo) base() int { return ci.top - len(ci.frame) }
147func (ci *callInfo) skip() { ci.savedPC++ }
148func (ci *callInfo) jump(offset int) { ci.savedPC += pc(offset) }
149

Callers 4

testStringHelperFunction · 0.80
TestProtectedCallFunction · 0.80
initFunction · 0.80
executeSwitchMethod · 0.80

Calls

no outgoing calls

Tested by 2

testStringHelperFunction · 0.64
TestProtectedCallFunction · 0.64