| 268 | } |
| 269 | |
| 270 | Jakt::codegen::ControlFlowState Jakt::codegen::ControlFlowState::enter_function() const { |
| 271 | { |
| 272 | return Jakt::codegen::ControlFlowState(Jakt::codegen::AllowedControlExits::JustReturn(),false,false,false,false); |
| 273 | } |
| 274 | } |
| 275 | |
| 276 | Jakt::codegen::ControlFlowState Jakt::codegen::ControlFlowState::enter_loop() const { |
| 277 | { |
no test coverage detected