(x int)
| 124 | type instruction uint32 |
| 125 | |
| 126 | func isConstant(x int) bool { return 0 != x&bitRK } |
| 127 | func constantIndex(r int) int { return r & ^bitRK } |
| 128 | func asConstant(r int) int { return r | bitRK } |
| 129 |
no outgoing calls
no test coverage detected