Home | History | Annotate | Download | only in src

Lines Matching refs:Action

403   VISIT(Action)                                                      \
804 // TODO(erikcorry): We should allow some action nodes in greedy loops.
980 enum Action { ACCEPT, BACKTRACK, NEGATIVE_SUBMATCH_SUCCESS };
981 explicit EndNode(Action action, Zone* zone)
982 : RegExpNode(zone), action_(action) { }
1004 Action action_;