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

Method AddABC

compile.go:191–193  ·  view source on GitHub ↗
(op int, a int, b int, c int, line int)

Source from the content-addressed store, hash-verified

189}
190
191func (cd *codeStore) AddABC(op int, a int, b int, c int, line int) {
192 cd.Add(opCreateABC(op, a, b, c), line)
193}
194
195func (cd *codeStore) AddABx(op int, a int, bx int, line int) {
196 cd.Add(opCreateABx(op, a, bx), line)

Callers 15

AddLoadNilMethod · 0.95
CloseUpvaluesMethod · 0.80
compileAssignStmtFunction · 0.80
compileReturnStmtFunction · 0.80
compileBranchConditionFunction · 0.80
compileRepeatStmtFunction · 0.80
compileBreakStmtFunction · 0.80
compileFuncDefStmtFunction · 0.80
compileGenericForStmtFunction · 0.80
compileGotoStmtFunction · 0.80
compileExprFunction · 0.80
compileFunctionExprFunction · 0.80

Calls 2

AddMethod · 0.95
opCreateABCFunction · 0.85

Tested by

no test coverage detected