| 142 | } |
| 143 | |
| 144 | ContextualStack* release_stack() { |
| 145 | ContextualStack* tmp = stack; |
| 146 | stack = NULL; |
| 147 | return tmp; |
| 148 | } |
| 149 | |
| 150 | StackType stack_type() const { |
| 151 | return static_cast<StackType>(attr.stack_type); |
no outgoing calls
no test coverage detected