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

Function endWithBlock

test/fixtures/snapshot/typescript.js:103477–103481  ·  view source on GitHub ↗

* Ends a code block for a generated `with` statement.

()

Source from the content-addressed store, hash-verified

103475 * Ends a code block for a generated `with` statement.
103476 */
103477 function endWithBlock() {
103478 ts.Debug.assert(peekBlockKind() === 1 /* CodeBlockKind.With */);
103479 var block = endBlock();
103480 markLabel(block.endLabel);
103481 }
103482 /**
103483 * Begins a code block for a generated `try` statement.
103484 */

Callers 1

Calls 4

peekBlockKindFunction · 0.85
endBlockFunction · 0.85
markLabelFunction · 0.85
assertMethod · 0.80

Tested by

no test coverage detected