Unwrap returns the Activation which omits local state.
()
| 111 | type activationWrapper interface { |
| 112 | // Unwrap returns the Activation which omits local state. |
| 113 | Unwrap() Activation |
| 114 | } |
| 115 | |
| 116 | // localVariableHolder identifies an Activation scope that holds local variables and supports testing |
no outgoing calls