|
| ChoiceNode (int expected_size, Zone *zone) |
|
void | Accept (NodeVisitor *visitor) override |
|
void | AddAlternative (GuardedAlternative node) |
|
ZoneList< GuardedAlternative > * | alternatives () |
|
DispatchTable * | GetTable (bool ignore_case) |
|
void | Emit (RegExpCompiler *compiler, Trace *trace) override |
|
int | EatsAtLeast (int still_to_find, int budget, bool not_at_start) override |
|
int | EatsAtLeastHelper (int still_to_find, int budget, RegExpNode *ignore_this_node, bool not_at_start) |
|
void | GetQuickCheckDetails (QuickCheckDetails *details, RegExpCompiler *compiler, int characters_filled_in, bool not_at_start) override |
|
void | FillInBMInfo (Isolate *isolate, int offset, int budget, BoyerMooreLookahead *bm, bool not_at_start) override |
|
bool | being_calculated () |
|
bool | not_at_start () |
|
void | set_not_at_start () |
|
void | set_being_calculated (bool b) |
|
virtual bool | try_to_emit_quick_check_for_alternative (bool is_first) |
|
RegExpNode * | FilterOneByte (int depth) override |
|
virtual bool | read_backward () |
|
| RegExpNode (Zone *zone) |
|
bool | EmitQuickCheck (RegExpCompiler *compiler, Trace *bounds_check_trace, Trace *trace, bool preload_has_checked_bounds, Label *on_possible_success, QuickCheckDetails *details_return, bool fall_through_on_failure) |
|
virtual int | GreedyLoopTextLength () |
|
virtual RegExpNode * | GetSuccessorOfOmnivorousTextNode (RegExpCompiler *compiler) |
|
bool | KeepRecursing (RegExpCompiler *compiler) |
|
RegExpNode * | replacement () |
|
RegExpNode * | set_replacement (RegExpNode *replacement) |
|
void | SaveBMInfo (BoyerMooreLookahead *bm, bool not_at_start, int offset) |
|
Label * | label () |
|
bool | on_work_list () |
|
void | set_on_work_list (bool value) |
|
NodeInfo * | info () |
|
BoyerMooreLookahead * | bm_info (bool not_at_start) |
|
Zone * | zone () const |
|
void * | operator new (size_t size, Zone *zone) |
|
void | operator delete (void *, size_t) |
|
void | operator delete (void *pointer, Zone *zone) |
|
Definition at line 920 of file jsregexp.h.