Home
last modified time | relevance | path

Searched refs:else_range (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/ast/
H A Dast-source-ranges.h148 const SourceRange& else_range) in ConditionalSourceRanges()
149 : then_range_(then_range), else_range_(else_range) {} in ConditionalSourceRanges()
187 const SourceRange& else_range) in IfStatementSourceRanges()
188 : then_range_(then_range), else_range_(else_range) {} in IfStatementSourceRanges()
147 ConditionalSourceRanges(const SourceRange& then_range, const SourceRange& else_range) ConditionalSourceRanges() argument
186 IfStatementSourceRanges(const SourceRange& then_range, const SourceRange& else_range) IfStatementSourceRanges() argument
/third_party/node/deps/v8/src/parsing/
H A Dparser.h971 const SourceRange& else_range) { in RecordConditionalSourceRange()
975 zone()->New<ConditionalSourceRanges>(then_range, else_range)); in RecordConditionalSourceRange()
1001 const SourceRange& else_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 Dparser-base.h3156 SourceRange then_range, else_range; in ParseConditionalContinuation() local
3170 SourceRangeScope range_scope(scanner(), &else_range); in ParseConditionalContinuation() local
3175 impl()->RecordConditionalSourceRange(expr, then_range, else_range); in ParseConditionalContinuation()
5528 SourceRange then_range, else_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 Dpreparser.h729 SourceRange else_range = {}) {

Completed in 21 milliseconds