MCPcopy
hub / github.com/webpack/webpack / clearStackToTableRowContext

Function clearStackToTableRowContext

lib/html/syntax.js:6584–6592  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6582 }
6583 };
6584 const clearStackToTableRowContext = () => {
6585 while (open.length) {
6586 const c = cur();
6587 if (c.namespace === NS_HTML && CLEAR_TABLE_ROW.has(c.tagName)) {
6588 break;
6589 }
6590 open.pop();
6591 }
6592 };
6593
6594 modes.inCaption = (t) => {
6595 if (

Callers 1

buildHtmlAstFunction · 0.85

Calls 3

curFunction · 0.85
popMethod · 0.80
hasMethod · 0.45

Tested by

no test coverage detected