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

Method SetNumActiveLocalVars

compile.go:160–162  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

158}
159
160func (l *gotoLabelDesc) SetNumActiveLocalVars(n int) {
161 l.NumActiveLocalVars = n
162} // }}}
163
164type CompileError struct { // {{{
165 context *funcContext

Callers 2

compileLabelStmtFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected