Home | History | Annotate | Download | only in src

Lines Matching refs:RegExpAtom

146 class RegExpAtom;
2613 class RegExpAtom V8_FINAL : public RegExpTree {
2615 explicit RegExpAtom(Vector<const uc16> data) : data_(data) { }
2619 virtual RegExpAtom* AsAtom() V8_OVERRIDE;