* Writes an Endfinally instruction to the current label's statement list.
()
| 104331 | * Writes an Endfinally instruction to the current label's statement list. |
| 104332 | */ |
| 104333 | function writeEndfinally() { |
| 104334 | lastOperationWasAbrupt = true; |
| 104335 | writeStatement(factory.createReturnStatement(factory.createArrayLiteralExpression([ |
| 104336 | createInstruction(7 /* Instruction.Endfinally */) |
| 104337 | ]))); |
| 104338 | } |
| 104339 | } |
| 104340 | ts.transformGenerators = transformGenerators; |
| 104341 | })(ts || (ts = {})); |
no test coverage detected