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

Method AddABx

compile.go:195–197  ·  view source on GitHub ↗
(op int, a int, bx int, line int)

Source from the content-addressed store, hash-verified

193}
194
195func (cd *codeStore) AddABx(op int, a int, bx int, line int) {
196 cd.Add(opCreateABx(op, a, bx), line)
197}
198
199func (cd *codeStore) AddASbx(op int, a int, sbx int, line int) {
200 cd.Add(opCreateASbx(op, a, sbx), line)

Callers 3

compileAssignStmtFunction · 0.80
compileExprFunction · 0.80
loadRkFunction · 0.80

Calls 2

AddMethod · 0.95
opCreateABxFunction · 0.85

Tested by

no test coverage detected