MCPcopy Index your code
hub / github.com/nodejs/node / writeEndfinally

Function writeEndfinally

test/fixtures/snapshot/typescript.js:104333–104338  ·  view source on GitHub ↗

* Writes an Endfinally instruction to the current label's statement list.

()

Source from the content-addressed store, hash-verified

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 = {}));

Callers 1

writeOperationFunction · 0.85

Calls 2

writeStatementFunction · 0.85
createInstructionFunction · 0.85

Tested by

no test coverage detected