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

Method step

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

Source from the content-addressed store, hash-verified

203}
204
205func (ci *luaCallInfo) step() instruction {
206 i := ci.code[ci.savedPC]
207 ci.savedPC++
208 return i
209}
210
211func (l *State) newLuaClosure(p *prototype) *luaClosure {
212 return &luaClosure{prototype: p, upValues: make([]*upValue, len(p.upValues))}

Callers 5

expectNextMethod · 0.80
initFunction · 0.80
executeFunctionTableMethod · 0.80
expectNextFunction · 0.80
executeSwitchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected