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

Function emitYieldStar

test/fixtures/snapshot/typescript.js:103890–103892  ·  view source on GitHub ↗

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

(expression, location)

Source from the content-addressed store, hash-verified

103888 * @param location An optional source map location for the assignment.
103889 */
103890 function emitYieldStar(expression, location) {
103891 emitWorker(7 /* OpCode.YieldStar */, [expression], location);
103892 }
103893 /**
103894 * Emits a Yield operation for the provided expression.
103895 *

Callers 1

visitYieldExpressionFunction · 0.85

Calls 1

emitWorkerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…