Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-source-ranges.h77 class ContinuationSourceRanges : public AstNodeSourceRanges {
79 explicit ContinuationSourceRanges(int32_t continuation_position) in ContinuationSourceRanges() function
91 class BlockSourceRanges final : public ContinuationSourceRanges {
94 : ContinuationSourceRanges(continuation_position) {} in BlockSourceRanges()
180 class JumpStatementSourceRanges final : public ContinuationSourceRanges {
183 : ContinuationSourceRanges(continuation_position) {} in JumpStatementSourceRanges()
207 class SuspendSourceRanges final : public ContinuationSourceRanges {
210 : ContinuationSourceRanges(continuation_position) {} in SuspendSourceRanges()
213 class SwitchStatementSourceRanges final : public ContinuationSourceRanges {
216 : ContinuationSourceRanges(continuation_position) {} in SwitchStatementSourceRanges()
[all …]