Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dast-source-ranges.h224 class IterationStatementSourceRanges final : public AstNodeSourceRanges {
226 explicit IterationStatementSourceRanges(const SourceRange& body_range) in IterationStatementSourceRanges() function
/third_party/node/deps/v8/src/parsing/
Dparser.h1012 node, zone()->New<IterationStatementSourceRanges>(body_range));