#include <source-range-ast-visitor.h>
Definition at line 27 of file source-range-ast-visitor.h.
◆ SourceRangeAstVisitor()
v8::internal::SourceRangeAstVisitor::SourceRangeAstVisitor |
( |
uintptr_t | stack_limit, |
|
|
Expression * | root, |
|
|
SourceRangeMap * | source_range_map ) |
◆ MaybeRemoveContinuationRange()
void v8::internal::SourceRangeAstVisitor::MaybeRemoveContinuationRange |
( |
Statement * | last_statement | ) |
|
|
private |
◆ MaybeRemoveContinuationRangeOfAsyncReturn()
void v8::internal::SourceRangeAstVisitor::MaybeRemoveContinuationRangeOfAsyncReturn |
( |
TryCatchStatement * | stmt | ) |
|
|
private |
◆ MaybeRemoveLastContinuationRange()
void v8::internal::SourceRangeAstVisitor::MaybeRemoveLastContinuationRange |
( |
ZonePtrList< Statement > * | stmts | ) |
|
|
private |
◆ VisitBlock()
void v8::internal::SourceRangeAstVisitor::VisitBlock |
( |
Block * | stmt | ) |
|
|
private |
◆ VisitFunctionLiteral()
void v8::internal::SourceRangeAstVisitor::VisitFunctionLiteral |
( |
FunctionLiteral * | expr | ) |
|
|
private |
◆ VisitNode()
bool v8::internal::SourceRangeAstVisitor::VisitNode |
( |
AstNode * | node | ) |
|
|
private |
◆ VisitSwitchStatement()
void v8::internal::SourceRangeAstVisitor::VisitSwitchStatement |
( |
SwitchStatement * | stmt | ) |
|
|
private |
◆ VisitTryCatchStatement()
void v8::internal::SourceRangeAstVisitor::VisitTryCatchStatement |
( |
TryCatchStatement * | stmt | ) |
|
|
private |
◆ VisitTryFinallyStatement()
void v8::internal::SourceRangeAstVisitor::VisitTryFinallyStatement |
( |
TryFinallyStatement * | stmt | ) |
|
|
private |
◆ AstTraversalVisitor< SourceRangeAstVisitor >
◆ continuation_positions_
std::unordered_set<int> v8::internal::SourceRangeAstVisitor::continuation_positions_ |
|
private |
◆ source_range_map_
SourceRangeMap* v8::internal::SourceRangeAstVisitor::source_range_map_ = nullptr |
|
private |
The documentation for this class was generated from the following files: