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

Function emitStatement

test/fixtures/snapshot/typescript.js:103835–103842  ·  view source on GitHub ↗

* Emits a Statement. * * @param node A statement.

(node)

Source from the content-addressed store, hash-verified

103833 * @param node A statement.
103834 */
103835 function emitStatement(node) {
103836 if (node) {
103837 emitWorker(1 /* OpCode.Statement */, [node]);
103838 }
103839 else {
103840 emitNop();
103841 }
103842 }
103843 /**
103844 * Emits an Assignment operation.
103845 *

Calls 2

emitWorkerFunction · 0.85
emitNopFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…