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

Method SetB

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

Source from the content-addressed store, hash-verified

254}
255
256func (cd *codeStore) SetB(pc int, v int) {
257 opSetArgB(&cd.codes[pc], v)
258}
259
260func (cd *codeStore) SetC(pc int, v int) {
261 opSetArgC(&cd.codes[pc], v)

Callers 1

compileTableExprFunction · 0.80

Calls 1

opSetArgBFunction · 0.85

Tested by

no test coverage detected