Home
last modified time | relevance | path

Searched refs:AST_REWRITE_PROPERTY (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ast/
Dast-expression-rewriter.cc63 AST_REWRITE_PROPERTY(FunctionLiteral, node, fun); in VisitFunctionDeclaration()
74 AST_REWRITE_PROPERTY(Expression, node, expression); in VisitExpressionStatement()
85 AST_REWRITE_PROPERTY(Statement, node, statement); in VisitSloppyBlockFunctionStatement()
90 AST_REWRITE_PROPERTY(Expression, node, condition); in VisitIfStatement()
91 AST_REWRITE_PROPERTY(Statement, node, then_statement); in VisitIfStatement()
92 AST_REWRITE_PROPERTY(Statement, node, else_statement); in VisitIfStatement()
107 AST_REWRITE_PROPERTY(Expression, node, expression); in VisitReturnStatement()
112 AST_REWRITE_PROPERTY(Expression, node, expression); in VisitWithStatement()
113 AST_REWRITE_PROPERTY(Statement, node, statement); in VisitWithStatement()
118 AST_REWRITE_PROPERTY(Expression, node, tag); in VisitSwitchStatement()
[all …]
Dast.h3129 #define AST_REWRITE_PROPERTY(Type, object, property) \ macro
/external/v8/src/parsing/
Dparser.cc3927 AST_REWRITE_PROPERTY(Expression, property, value); in VisitLiteralProperty()