()
| 692 | } |
| 693 | |
| 694 | func (vm *VM) scope() *Scope { |
| 695 | return vm.Scopes[len(vm.Scopes)-1] |
| 696 | } |
| 697 | |
| 698 | // allocScope returns a pointer to a Scope from the pool, growing the pool if needed. |
| 699 | // Callers must set Len and exactly one of: Ints, Floats, Strings, Anys, or Array. |
nothing calls this directly
no outgoing calls
no test coverage detected