|
V8 Project
|
#include <jsregexp.h>
Collaboration diagram for v8::internal::GreedyLoopState:Public Member Functions | |
| GreedyLoopState (bool not_at_start) | |
| Label * | label () |
| Trace * | counter_backtrack_trace () |
Private Attributes | |
| Label | label_ |
| Trace | counter_backtrack_trace_ |
Definition at line 1516 of file jsregexp.h.
|
explicit |
Definition at line 3894 of file jsregexp.cc.
References counter_backtrack_trace_, label_, v8::internal::Trace::set_at_start(), and v8::internal::Trace::set_backtrack().
Here is the call graph for this function:
|
inline |
Definition at line 1521 of file jsregexp.h.
References counter_backtrack_trace_.
Referenced by v8::internal::ChoiceNode::EmitGreedyLoop().
Here is the caller graph for this function:
|
inline |
Definition at line 1520 of file jsregexp.h.
References label_.
Referenced by v8::internal::ChoiceNode::EmitGreedyLoop().
Here is the caller graph for this function:
|
private |
Definition at line 1525 of file jsregexp.h.
Referenced by counter_backtrack_trace(), and GreedyLoopState().
|
private |
Definition at line 1524 of file jsregexp.h.
Referenced by GreedyLoopState(), and label().