Lines Matching refs:yylineno
2737 performAction: function anonymous(yytext, yyleng, yylineno, yy, yystate, $$, _$) { argument
3001 yylineno = 0,
3057 …errStr = "Parse error on line " + (yylineno + 1) + ":\n" + this.lexer.showPosition() + "\nExpectin…
3059 …errStr = "Parse error on line " + (yylineno + 1) + ": Unexpected " + (symbol == 1 ? "end of input"…
3061 …lexer.match, token: this.terminals_[symbol] || symbol, line: this.lexer.yylineno, loc: yyloc, expe…
3077 yylineno = this.lexer.yylineno;
3092 … r = this.performAction.call(yyval, yytext, yyleng, yylineno, this.yy, action[1], vstack, lstack);
3127 this.yylineno = this.yyleng = 0;
3144 this.yylineno++;
3166 if (lines.length - 1) this.yylineno -= lines.length - 1;
3170 last_line: this.yylineno + 1,
3225 if (lines) this.yylineno += lines.length;
3227 last_line: this.yylineno + 1,
3247 …ror on line ' + (this.yylineno + 1) + '. Unrecognized text.\n' + this.showPosition(), { text: "", …