Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
284
func
(cd *codeStore) LastPC() int {
285
return
cd.pc - 1
286
}
287
288
func
(cd *codeStore) Last() uint32 {
289
if
cd.pc == 0 {
Callers
15
RegisterLocalVar
Method · 0.80
EndScope
Method · 0.80
compileReturnStmt
Function · 0.80
compileIfStmt
Function · 0.80
compileBranchCondition
Function · 0.80
compileWhileStmt
Function · 0.80
compileRepeatStmt
Function · 0.80
compileNumberForStmt
Function · 0.80
compileGenericForStmt
Function · 0.80
compileLabelStmt
Function · 0.80
compileGotoStmt
Function · 0.80
compileTableExpr
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected