Home
last modified time | relevance | path

Searched refs:right_range (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dast-source-ranges.h65 explicit BinaryOperationSourceRanges(const SourceRange& right_range) in BinaryOperationSourceRanges() argument
66 : right_range_(right_range) {} in BinaryOperationSourceRanges()
/external/v8/src/parsing/
Dparser.h1026 Expression* node, const SourceRange& right_range) {
1030 BinaryOperationSourceRanges(right_range));
Dparser-base.h3168 SourceRange right_range; in ParseBinaryExpression() local
3177 SourceRangeScope right_range_scope(scanner(), &right_range); in ParseBinaryExpression()
3207 } else if (impl()->CollapseNaryExpression(&x, y, op, pos, right_range)) { in ParseBinaryExpression()
3213 impl()->RecordBinaryOperationSourceRange(x, right_range); in ParseBinaryExpression()