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

Function emitAssignment

test/fixtures/snapshot/typescript.js:103850–103852  ·  view source on GitHub ↗

* Emits an Assignment operation. * * @param left The left-hand side of the assignment. * @param right The right-hand side of the assignment. * @param location An optional source map location for the assignment.

(left, right, location)

Source from the content-addressed store, hash-verified

103848 * @param location An optional source map location for the assignment.
103849 */
103850 function emitAssignment(left, right, location) {
103851 emitWorker(2 /* OpCode.Assign */, [left, right], location);
103852 }
103853 /**
103854 * Emits a Break operation to the specified label.
103855 *

Callers 8

visitElementsFunction · 0.85
reduceElementFunction · 0.85
cacheExpressionFunction · 0.85
beginCatchBlockFunction · 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…