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

Function flushLabel

test/fixtures/snapshot/typescript.js:103996–104004  ·  view source on GitHub ↗

* Flush the current label and advance to a new label.

()

Source from the content-addressed store, hash-verified

103994 * Flush the current label and advance to a new label.
103995 */
103996 function flushLabel() {
103997 if (!statements) {
103998 return;
103999 }
104000 appendLabel(/*markLabelEnd*/ !lastOperationWasAbrupt);
104001 lastOperationWasAbrupt = false;
104002 lastOperationWasCompletion = false;
104003 labelNumber++;
104004 }
104005 /**
104006 * Flush the final label of the generator function body.
104007 */

Callers 1

tryEnterLabelFunction · 0.85

Calls 1

appendLabelFunction · 0.85

Tested by

no test coverage detected