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

Method SetSbx

compile.go:268–270  ·  view source on GitHub ↗
(pc int, v int)

Source from the content-addressed store, hash-verified

266}
267
268func (cd *codeStore) SetSbx(pc int, v int) {
269 opSetArgSbx(&cd.codes[pc], v)
270}
271
272func (cd *codeStore) At(pc int) uint32 {
273 return cd.codes[pc]

Callers 3

ResolveGotoMethod · 0.80
compileNumberForStmtFunction · 0.80
patchCodeFunction · 0.80

Calls 1

opSetArgSbxFunction · 0.85

Tested by

no test coverage detected