Searched refs:then_range (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/ast/ |
H A D | ast-source-ranges.h | 147 explicit ConditionalSourceRanges(const SourceRange& then_range, in ConditionalSourceRanges() argument 149 : then_range_(then_range), else_range_(else_range) {} in ConditionalSourceRanges() 186 explicit IfStatementSourceRanges(const SourceRange& then_range, in IfStatementSourceRanges() argument 188 : then_range_(then_range), else_range_(else_range) {} in IfStatementSourceRanges()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.h | 970 const SourceRange& then_range, in RecordConditionalSourceRange() 975 zone()->New<ConditionalSourceRanges>(then_range, else_range)); in RecordConditionalSourceRange() 1000 const SourceRange& then_range, in RecordIfStatementSourceRange() 1005 zone()->New<IfStatementSourceRanges>(then_range, else_range)); in RecordIfStatementSourceRange() 969 RecordConditionalSourceRange(Expression* node, const SourceRange& then_range, const SourceRange& else_range) RecordConditionalSourceRange() argument 999 RecordIfStatementSourceRange(Statement* node, const SourceRange& then_range, const SourceRange& else_range) RecordIfStatementSourceRange() argument
|
H A D | parser-base.h | 3156 SourceRange then_range, else_range; in ParseConditionalContinuation() local 3160 SourceRangeScope range_scope(scanner(), &then_range); in ParseConditionalContinuation() local 3175 impl()->RecordConditionalSourceRange(expr, then_range, else_range); in ParseConditionalContinuation() 5528 SourceRange then_range, else_range; in ParseIfStatement() local 5531 SourceRangeScope range_scope(scanner(), &then_range); in ParseIfStatement() local 5545 else_range = SourceRange::ContinuationOf(then_range, end_position()); in ParseIfStatement() 5551 impl()->RecordIfStatementSourceRange(stmt, then_range, else_range); in ParseIfStatement()
|
H A D | preparser.h | 728 SourceRange then_range = {}, in NewIfStatement()
|
Completed in 23 milliseconds