MCPcopy Create free account
hub / github.com/nodejs/node / emitNop

Function emitNop

test/fixtures/snapshot/typescript.js:103827–103829  ·  view source on GitHub ↗

* Emits an empty instruction.

()

Source from the content-addressed store, hash-verified

103825 * Emits an empty instruction.
103826 */
103827 function emitNop() {
103828 emitWorker(0 /* OpCode.Nop */);
103829 }
103830 /**
103831 * Emits a Statement.
103832 *

Callers 4

beginExceptionBlockFunction · 0.85
beginCatchBlockFunction · 0.85
endExceptionBlockFunction · 0.85
emitStatementFunction · 0.85

Calls 1

emitWorkerFunction · 0.85

Tested by

no test coverage detected