(Stack<ExceptionRegion> nestedExceptionRegions)
| 208 | } |
| 209 | |
| 210 | private BasicBlock createBB(Stack<ExceptionRegion> nestedExceptionRegions) { |
| 211 | return createBB(scope.getNewLabel(), nestedExceptionRegions); |
| 212 | } |
| 213 | |
| 214 | private BasicBlock createBB(Label label, Stack<ExceptionRegion> nestedExceptionRegions) { |
| 215 | BasicBlock basicBlock = new BasicBlock(this, label); |
no test coverage detected