Searched refs:right_range (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/ast/ |
H A D | ast-source-ranges.h | 82 explicit BinaryOperationSourceRanges(const SourceRange& right_range) in BinaryOperationSourceRanges() argument 83 : right_range_(right_range) {} in BinaryOperationSourceRanges() 287 explicit ExpressionSourceRanges(const SourceRange& right_range) 288 : right_range_(right_range) {}
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.h | 984 Expression* node, const SourceRange& right_range) { in RecordBinaryOperationSourceRange() 988 zone()->New<BinaryOperationSourceRanges>(right_range)); in RecordBinaryOperationSourceRange() 1017 const SourceRange& right_range) { in RecordExpressionSourceRange() 1020 zone()->New<ExpressionSourceRanges>(right_range)); in RecordExpressionSourceRange() 983 RecordBinaryOperationSourceRange( Expression* node, const SourceRange& right_range) RecordBinaryOperationSourceRange() argument 1016 RecordExpressionSourceRange(Expression* node, const SourceRange& right_range) RecordExpressionSourceRange() argument
|
H A D | parser-base.h | 3129 SourceRange right_range; in ParseCoalesceExpression() local 3133 SourceRangeScope right_range_scope(scanner(), &right_range); in ParseCoalesceExpression() local 3142 impl()->RecordBinaryOperationSourceRange(expression, right_range); in ParseCoalesceExpression() 3146 right_range); in ParseCoalesceExpression() 3186 SourceRange right_range; in ParseBinaryContinuation() local 3191 SourceRangeScope right_range_scope(scanner(), &right_range); in ParseBinaryContinuation() local 3217 !impl()->CollapseNaryExpression(&x, y, op, pos, right_range)) { in ParseBinaryContinuation() 3221 impl()->RecordBinaryOperationSourceRange(x, right_range); in ParseBinaryContinuation()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 5071 int right_range = in VisitPropertyLoad() local 5075 BuildIncrementBlockCoverageCounterIfEnabled(right_range); in VisitPropertyLoad() 5498 int right_range = in VisitCall() local 5502 BuildIncrementBlockCoverageCounterIfEnabled(right_range); in VisitCall() 5856 int right_range = AllocateBlockCoverageSlotIfEnabled( in VisitDelete() local 5859 BuildIncrementBlockCoverageCounterIfEnabled(right_range); in VisitDelete()
|
Completed in 22 milliseconds