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

Method AddASbx

compile.go:199–201  ·  view source on GitHub ↗
(op int, a int, sbx int, line int)

Source from the content-addressed store, hash-verified

197}
198
199func (cd *codeStore) AddASbx(op int, a int, sbx int, line int) {
200 cd.Add(opCreateASbx(op, a, sbx), line)
201}
202
203func (cd *codeStore) PropagateKMV(top int, save *int, reg *int, inc int) {
204 lastinst := cd.Last()

Callers 10

compileIfStmtFunction · 0.80
compileBranchConditionFunction · 0.80
compileWhileStmtFunction · 0.80
compileRepeatStmtFunction · 0.80
compileBreakStmtFunction · 0.80
compileNumberForStmtFunction · 0.80
compileGenericForStmtFunction · 0.80
compileGotoStmtFunction · 0.80
compileLogicalOpExprAuxFunction · 0.80

Calls 2

AddMethod · 0.95
opCreateASbxFunction · 0.85

Tested by

no test coverage detected