| 249 | //----------------------------------------------------------------------------- |
| 250 | |
| 251 | CodeGenerator::LambdaScopeHandler::~LambdaScopeHandler() |
| 252 | { |
| 253 | if(not mStack.empty()) { |
| 254 | mStack.pop()->finish(); |
| 255 | } |
| 256 | } |
| 257 | //----------------------------------------------------------------------------- |
| 258 | |
| 259 | OutputFormatHelper& CodeGenerator::LambdaScopeHandler::GetBuffer(OutputFormatHelper& outputFormatHelper) const |