Searched refs:body_range (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/ast/ |
H A D | ast-source-ranges.h | 129 explicit CaseClauseSourceRanges(const SourceRange& body_range) in CaseClauseSourceRanges() argument 130 : body_range_(body_range) {} in CaseClauseSourceRanges() 226 explicit IterationStatementSourceRanges(const SourceRange& body_range) in IterationStatementSourceRanges() argument 227 : body_range_(body_range) {} in IterationStatementSourceRanges()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.h | 963 const SourceRange& body_range) { in RecordCaseClauseSourceRange() 966 zone()->New<CaseClauseSourceRanges>(body_range)); in RecordCaseClauseSourceRange() 1009 IterationStatement* node, const SourceRange& body_range) { in RecordIterationStatementSourceRange() 1012 node, zone()->New<IterationStatementSourceRanges>(body_range)); in RecordIterationStatementSourceRange() 1049 TryCatchStatement* node, const SourceRange& body_range) { in RecordTryCatchStatementSourceRange() 1052 node, zone()->New<TryCatchStatementSourceRanges>(body_range)); in RecordTryCatchStatementSourceRange() 1056 TryFinallyStatement* node, const SourceRange& body_range) { in RecordTryFinallyStatementSourceRange() 1059 node, zone()->New<TryFinallyStatementSourceRanges>(body_range)); in RecordTryFinallyStatementSourceRange() 962 RecordCaseClauseSourceRange(CaseClause* node, const SourceRange& body_range) RecordCaseClauseSourceRange() argument 1008 RecordIterationStatementSourceRange( IterationStatement* node, const SourceRange& body_range) RecordIterationStatementSourceRange() argument 1048 RecordTryCatchStatementSourceRange( TryCatchStatement* node, const SourceRange& body_range) RecordTryCatchStatementSourceRange() argument 1055 RecordTryFinallyStatementSourceRange( TryFinallyStatement* node, const SourceRange& body_range) RecordTryFinallyStatementSourceRange() argument
|
H A D | parser-base.h | 5718 SourceRange body_range; in ParseDoWhileStatement() local 5725 SourceRangeScope range_scope(scanner(), &body_range); in ParseDoWhileStatement() local 5741 impl()->RecordIterationStatementSourceRange(loop, body_range); in ParseDoWhileStatement() 5757 SourceRange body_range; in ParseWhileStatement() local 5765 SourceRangeScope range_scope(scanner(), &body_range); in ParseWhileStatement() local 5770 impl()->RecordIterationStatementSourceRange(loop, body_range); in ParseWhileStatement() 6181 SourceRange body_range; in ParseForEachStatementWithDeclarations() local 6184 SourceRangeScope range_scope(scanner(), &body_range); in ParseForEachStatementWithDeclarations() local 6187 impl()->RecordIterationStatementSourceRange(loop, body_range); in ParseForEachStatementWithDeclarations() 6236 SourceRange body_range; in ParseForEachStatementWithoutDeclarations() local 6238 SourceRangeScope range_scope(scanner(), &body_range); ParseForEachStatementWithoutDeclarations() local 6326 SourceRange body_range; ParseStandardForLoop() local 6328 SourceRangeScope range_scope(scanner(), &body_range); ParseStandardForLoop() local 6441 SourceRange body_range; ParseForAwaitStatement() local 6443 SourceRangeScope range_scope(scanner(), &body_range); ParseForAwaitStatement() local [all...] |
H A D | preparser.h | 473 const SourceRange& body_range = {}) {} in Initialize() 476 const SourceRange& body_range = {}) {} in Initialize() 478 PreParserStatement body, const SourceRange& body_range = {}) { in Initialize()
|
Completed in 17 milliseconds