Home | History | Annotate | Download | only in src

Lines Matching defs:CountOperation

115   V(CountOperation)                             \
1988 class CountOperation V8_FINAL : public Expression {
1990 DECLARE_NODE_TYPE(CountOperation)
2021 CountOperation(Isolate* isolate,
3207 CountOperation* NewCountOperation(Token::Value op,
3211 CountOperation* node =
3212 new(zone_) CountOperation(isolate_, op, is_prefix, expr, pos);
3213 VISIT_AND_RETURN(CountOperation, node)