Searched refs:AST_REWRITE (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ast/ |
D | ast-expression-rewriter.cc | 26 AST_REWRITE(Declaration, *it, it = replacement); in VisitDeclarations() 390 AST_REWRITE(Expression, node->expression(), node->Rewrite(replacement)); in VisitRewritableExpression()
|
D | ast.h | 3113 #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)); \
|