Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-literal-reindexer.cc14 void AstLiteralReindexer::VisitVariableDeclaration(VariableDeclaration* node) { in VisitVariableDeclaration()
19 void AstLiteralReindexer::VisitExportDeclaration(ExportDeclaration* node) { in VisitExportDeclaration()
24 void AstLiteralReindexer::VisitEmptyStatement(EmptyStatement* node) {} in VisitEmptyStatement()
27 void AstLiteralReindexer::VisitSloppyBlockFunctionStatement( in VisitSloppyBlockFunctionStatement()
33 void AstLiteralReindexer::VisitContinueStatement(ContinueStatement* node) {} in VisitContinueStatement()
36 void AstLiteralReindexer::VisitBreakStatement(BreakStatement* node) {} in VisitBreakStatement()
39 void AstLiteralReindexer::VisitDebuggerStatement(DebuggerStatement* node) {} in VisitDebuggerStatement()
42 void AstLiteralReindexer::VisitNativeFunctionLiteral( in VisitNativeFunctionLiteral()
46 void AstLiteralReindexer::VisitDoExpression(DoExpression* node) { in VisitDoExpression()
52 void AstLiteralReindexer::VisitLiteral(Literal* node) {} in VisitLiteral()
[all …]
Dast-literal-reindexer.h14 class AstLiteralReindexer final : public AstVisitor {
16 AstLiteralReindexer() : AstVisitor(), next_index_(0) {} in AstLiteralReindexer() function
39 DISALLOW_COPY_AND_ASSIGN(AstLiteralReindexer);
Dast.h1334 class AstLiteralReindexer; variable
1384 friend class AstLiteralReindexer; variable
/external/v8/src/parsing/
Dparser.cc4141 AstLiteralReindexer reindexer; in ReindexLiterals()