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

Method SetBx

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

Source from the content-addressed store, hash-verified

262}
263
264func (cd *codeStore) SetBx(pc int, v int) {
265 opSetArgBx(&cd.codes[pc], v)
266}
267
268func (cd *codeStore) SetSbx(pc int, v int) {
269 opSetArgSbx(&cd.codes[pc], v)

Callers

nothing calls this directly

Calls 1

opSetArgBxFunction · 0.85

Tested by

no test coverage detected