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

  /external/v8/src/regexp/
regexp-ast.cc 60 Interval RegExpQuantifier::CaptureRegisters() {
246 void* RegExpUnparser::VisitQuantifier(RegExpQuantifier* that, void* data) {
regexp-ast.h 411 class RegExpQuantifier final : public RegExpTree {
414 RegExpQuantifier(int min, int max, QuantifierType type, RegExpTree* body)
431 RegExpQuantifier* AsQuantifier() override;
regexp-parser.cc 560 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY;
562 quantifier_type = RegExpQuantifier::NON_GREEDY;
566 quantifier_type = RegExpQuantifier::POSSESSIVE;
    [all...]
regexp-parser.h 116 RegExpQuantifier::QuantifierType type);
jsregexp.cc     [all...]

Completed in 144 milliseconds