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

Method LastPC

compile.go:284–286  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

282}
283
284func (cd *codeStore) LastPC() int {
285 return cd.pc - 1
286}
287
288func (cd *codeStore) Last() uint32 {
289 if cd.pc == 0 {

Callers 15

RegisterLocalVarMethod · 0.80
EndScopeMethod · 0.80
compileReturnStmtFunction · 0.80
compileIfStmtFunction · 0.80
compileBranchConditionFunction · 0.80
compileWhileStmtFunction · 0.80
compileRepeatStmtFunction · 0.80
compileNumberForStmtFunction · 0.80
compileGenericForStmtFunction · 0.80
compileLabelStmtFunction · 0.80
compileGotoStmtFunction · 0.80
compileTableExprFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected