Lines Matching refs:parseExpression
8035 const body = parser.parseExpression(true, breakOnTokenText);
8957 ++parser.leftrightDepth; // parseExpression stops before '\\right'
8959 const body = parser.parseExpression(false);
9482 let cell = parser.parseExpression(false, "\\cr");
10600 const body = parser.parseExpression(true, breakOnTokenText);
11670 const body = parser.parseExpression(false, close);
12648 const body = parser.parseExpression(false, breakOnTokenText);
12911 …const body = parser.parseExpression(true, breakOnTokenText); // TODO: Refactor to avoid duplicatin…
15845 … const parse = this.parseExpression(false); // If we succeeded, make sure there's an EOF at the end
15853 parseExpression(breakOnInfix, breakOnTokenText) { method in Parser
16545 const expression = this.parseExpression(false, groupEnd);