Home | History | Annotate | Download | only in src

Lines Matching defs:RegExpEmpty

152 class RegExpEmpty;
2782 class RegExpEmpty V8_FINAL : public RegExpTree {
2784 RegExpEmpty() { }
2788 virtual RegExpEmpty* AsEmpty() V8_OVERRIDE;
2792 static RegExpEmpty* GetInstance() {
2793 static RegExpEmpty* instance = ::new RegExpEmpty();