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

Function emitThrow

test/fixtures/snapshot/typescript.js:103917–103919  ·  view source on GitHub ↗

* Emits a Throw operation for the provided expression. * * @param expression A value for the operation. * @param location An optional source map location for the assignment.

(expression, location)

Source from the content-addressed store, hash-verified

103915 * @param location An optional source map location for the assignment.
103916 */
103917 function emitThrow(expression, location) {
103918 emitWorker(9 /* OpCode.Throw */, [expression], location);
103919 }
103920 /**
103921 * Emits an Endfinally operation. This is used to handle `finally` block semantics.
103922 */

Callers 1

Calls 1

emitWorkerFunction · 0.85

Tested by

no test coverage detected