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

Function opSetArgSbx

opcode.go:217–219  ·  view source on GitHub ↗
(inst *uint32, arg int)

Source from the content-addressed store, hash-verified

215}
216
217func opSetArgSbx(inst *uint32, arg int) {
218 opSetArgBx(inst, arg+opMaxArgSbx)
219}
220
221func opCreateABC(op int, a int, b int, c int) uint32 {
222 var inst uint32 = 0

Callers 2

opCreateASbxFunction · 0.85
SetSbxMethod · 0.85

Calls 1

opSetArgBxFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…