Home
last modified time | relevance | path

Searched refs:SourceRangeScope (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h85 class V8_NODISCARD SourceRangeScope final {
87 SourceRangeScope(const Scanner* scanner, SourceRange* range) in SourceRangeScope() function in v8::internal::ParseFunctionFlag::final
94 ~SourceRangeScope() { in ~SourceRangeScope()
104 DISALLOW_IMPLICIT_CONSTRUCTORS(SourceRangeScope);
240 using SourceRangeScope = typename Types::SourceRangeScope;
3133 SourceRangeScope right_range_scope(scanner(), &right_range); in ParseCoalesceExpression()
3160 SourceRangeScope range_scope(scanner(), &then_range); in ParseConditionalContinuation()
3170 SourceRangeScope range_scope(scanner(), &else_range); in ParseConditionalContinuation()
3191 SourceRangeScope right_range_scop in ParseBinaryContinuation()
[all...]
H A Dparser.h129 using SourceRangeScope = v8::internal::SourceRangeScope;
H A Dpreparser.h903 using SourceRangeScope = PreParserSourceRangeScope;

Completed in 14 milliseconds