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

Function emitBreakWhenFalse

test/fixtures/snapshot/typescript.js:103881–103883  ·  view source on GitHub ↗

* Emits a Break to the specified label when a condition evaluates to a falsey value at * runtime. * * @param label A label. * @param condition The condition. * @param location An optional source map location for the assignment.

(label, condition, location)

Source from the content-addressed store, hash-verified

103879 * @param location An optional source map location for the assignment.
103880 */
103881 function emitBreakWhenFalse(label, condition, location) {
103882 emitWorker(5 /* OpCode.BreakWhenFalse */, [label, condition], location);
103883 }
103884 /**
103885 * Emits a YieldStar operation for the provided expression.
103886 *

Calls 1

emitWorkerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…