Lines Matching +defs:text +defs:line
520 line = loc.start.line; property
3061 …this.parseError(errStr, { text: this.lexer.match, token: this.terminals_[symbol] || symbol, line: … property
3247 …return this.parseError('Lexical error on line ' + (this.yylineno + 1) + '. Unrecognized text.\n' +… property
3867 line: locInfo.first_line, property
3871 line: locInfo.last_line, property
4027 line: firstLoc.start.line, property
4031 line: lastLoc.end.line, property
4825 this.source.currentLocation = { start: { line: 1, column: 0 } }; property
4910 this.source.each(function (line) { argument
5823 SourceNode = function (line, column, srcFile, chunks) { argument
5885 this.each(function (line) { argument