Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-expression-rewriter.cc26 AST_REWRITE(Declaration, *it, it = replacement); in VisitDeclarations()
390 AST_REWRITE(Expression, node->expression(), node->Rewrite(replacement)); in VisitRewritableExpression()
Dast.h3113 #define AST_REWRITE(Type, GET, SET) \ macro
3132 AST_REWRITE(Type, _obj->property(), _obj->set_##property(replacement)); \
3141 AST_REWRITE(Type, _list->at(_index), _list->Set(_index, replacement)); \