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

Function emitEndfinally

test/fixtures/snapshot/typescript.js:103923–103925  ·  view source on GitHub ↗

* Emits an Endfinally operation. This is used to handle `finally` block semantics.

()

Source from the content-addressed store, hash-verified

103921 * Emits an Endfinally operation. This is used to handle `finally` block semantics.
103922 */
103923 function emitEndfinally() {
103924 emitWorker(10 /* OpCode.Endfinally */);
103925 }
103926 /**
103927 * Emits an operation.
103928 *

Callers 1

endExceptionBlockFunction · 0.85

Calls 1

emitWorkerFunction · 0.85

Tested by

no test coverage detected