GREEDY 2439 src/ast.h bool is_greedy() { return type_ == GREEDY; } GREEDY 5492 src/parser.cc RegExpQuantifier::Type type = RegExpQuantifier::GREEDY;