(i int)
| 1384 | // http://www.lua.org/manual/5.2/manual.html#lua_upvalueindex |
| 1385 | func UpValueIndex(i int) int { return RegistryIndex - i } |
| 1386 | func isPseudoIndex(i int) bool { return i <= RegistryIndex } |
| 1387 | |
| 1388 | func apiCheckStackSpace(l *State, n int) { l.assert(n < l.top-l.callInfo.function) } |
| 1389 |
no outgoing calls
no test coverage detected