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

Method RegTop

compile.go:612–614  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

610}
611
612func (fc *funcContext) RegTop() int {
613 return fc.regTop
614}
615
616/* FuncContext }}} */
617

Callers 15

RegisterLocalVarMethod · 0.95
EnterBlockMethod · 0.95
compileStmtFunction · 0.80
compileAssignStmtLeftFunction · 0.80
compileAssignStmtRightFunction · 0.80
compileLocalAssignStmtFunction · 0.80
compileReturnStmtFunction · 0.80
compileIfStmtFunction · 0.80
compileWhileStmtFunction · 0.80
compileRepeatStmtFunction · 0.80
compileFuncDefStmtFunction · 0.80
compileNumberForStmtFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected