#include <regexp-nodes.h>
|
| EndNode (Action action, Zone *zone) |
|
EndNode * | AsEndNode () override |
|
void | Accept (NodeVisitor *visitor) override |
|
void | Emit (RegExpCompiler *compiler, Trace *trace) override |
|
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 |
|
| RegExpNode (Zone *zone) |
|
virtual | ~RegExpNode () |
|
uint32_t | EatsAtLeast (bool not_at_start) |
|
virtual EatsAtLeastInfo | EatsAtLeastFromLoopEntry () |
|
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, ChoiceNode *predecessor) |
|
virtual void | GetQuickCheckDetailsFromLoopEntry (QuickCheckDetails *details, RegExpCompiler *compiler, int characters_filled_in, bool not_at_start) |
|
virtual int | GreedyLoopTextLength () |
|
virtual RegExpNode * | GetSuccessorOfOmnivorousTextNode (RegExpCompiler *compiler) |
|
bool | KeepRecursing (RegExpCompiler *compiler) |
|
virtual RegExpNode * | FilterOneByte (int depth, 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 () |
|
const EatsAtLeastInfo * | eats_at_least_info () const |
|
void | set_eats_at_least_info (const EatsAtLeastInfo &eats_at_least) |
|
void | SetDoNotInline () |
|
BoyerMooreLookahead * | bm_info (bool not_at_start) |
|
virtual SeqRegExpNode * | AsSeqRegExpNode () |
|
Zone * | zone () const |
|
void * | operator new (size_t, Zone *)=delete |
|
void * | operator new (size_t size, void *ptr) |
|
void | operator delete (void *, size_t) |
|
void | operator delete (void *pointer, Zone *zone)=delete |
|
Definition at line 559 of file regexp-nodes.h.
◆ Action
Enumerator |
---|
ACCEPT | |
BACKTRACK | |
NEGATIVE_SUBMATCH_SUCCESS | |
Definition at line 561 of file regexp-nodes.h.
◆ EndNode()
v8::internal::EndNode::EndNode |
( |
Action | action, |
|
|
Zone * | zone ) |
|
inline |
◆ Accept()
void v8::internal::EndNode::Accept |
( |
NodeVisitor * | visitor | ) |
|
|
overridevirtual |
◆ AsEndNode()
EndNode * v8::internal::EndNode::AsEndNode |
( |
| ) |
|
|
inlineoverride |
◆ Emit()
◆ FillInBMInfo()
◆ GetQuickCheckDetails()
◆ action_
Action v8::internal::EndNode::action_ |
|
private |
The documentation for this class was generated from the following files: