HomeSort by relevance Sort by last modified time
    Searched refs:TextElement (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
jsregexp.h 414 class TextElement {
417 TextElement() : type(UNINITIALIZED) { }
418 explicit TextElement(Type t) : type(t), cp_offset(-1) { }
419 static TextElement Atom(RegExpAtom* atom);
420 static TextElement CharClass(RegExpCharacterClass* char_class);
797 TextNode(ZoneList<TextElement>* elms,
804 elms_(new ZoneList<TextElement>(1)) {
805 elms_->Add(TextElement::CharClass(that));
814 ZoneList<TextElement>* elements() { return elms_; }
842 ZoneList<TextElement>* elms_
    [all...]
jsregexp.cc 625 text->AddElement(TextElement::Atom(this));
630 text->AddElement(TextElement::CharClass(this));
640 TextElement TextElement::Atom(RegExpAtom* atom) {
641 TextElement result = TextElement(ATOM);
647 TextElement TextElement::CharClass(
649 TextElement result = TextElement(CHAR_CLASS)
    [all...]
ast.h     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 3571 milliseconds