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

Struct fixedCallFrameStack

state.go:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161type fixedCallFrameStack struct {
162 array []callFrame
163 sp int
164}
165
166func newFixedCallFrameStack(size int) callFrameStack {
167 return &fixedCallFrameStack{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected