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

Function emitBreak

test/fixtures/snapshot/typescript.js:103859–103861  ·  view source on GitHub ↗

* Emits a Break operation to the specified label. * * @param label A label. * @param location An optional source map location for the assignment.

(label, location)

Source from the content-addressed store, hash-verified

103857 * @param location An optional source map location for the assignment.
103858 */
103859 function emitBreak(label, location) {
103860 emitWorker(3 /* OpCode.Break */, [label], location);
103861 }
103862 /**
103863 * Emits a Break operation to the specified label when a condition evaluates to a truthy
103864 * value at runtime.

Calls 1

emitWorkerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…