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

Function emitBlockFunctionBodyOnSingleLine

test/fixtures/snapshot/typescript.js:112840–112842  ·  view source on GitHub ↗
(body)

Source from the content-addressed store, hash-verified

112838 onAfterEmitNode === null || onAfterEmitNode === void 0 ? void 0 : onAfterEmitNode(body);
112839 }
112840 function emitBlockFunctionBodyOnSingleLine(body) {
112841 emitBlockFunctionBodyWorker(body, /*emitBlockFunctionBodyOnSingleLine*/ true);
112842 }
112843 function emitBlockFunctionBodyWorker(body, emitBlockFunctionBodyOnSingleLine) {
112844 // Emit all the prologue directives (like "use strict").
112845 var statementOffset = emitPrologueDirectives(body.statements);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected