|
V8 Project
|
#include <jsregexp.h>
Inheritance diagram for v8::internal::Trace::DeferredCapture:
Collaboration diagram for v8::internal::Trace::DeferredCapture:Public Member Functions | |
| DeferredCapture (int reg, bool is_capture, Trace *trace) | |
| int | cp_offset () |
| bool | is_capture () |
Public Member Functions inherited from v8::internal::Trace::DeferredAction | |
| DeferredAction (ActionNode::ActionType action_type, int reg) | |
| DeferredAction * | next () |
| bool | Mentions (int reg) |
| int | reg () |
| ActionNode::ActionType | action_type () |
Private Member Functions | |
| void | set_cp_offset (int cp_offset) |
Private Attributes | |
| int | cp_offset_ |
| bool | is_capture_ |
Definition at line 1379 of file jsregexp.h.
|
inline |
Definition at line 1381 of file jsregexp.h.
|
inline |
Definition at line 1385 of file jsregexp.h.
References cp_offset_.
Referenced by set_cp_offset().
Here is the caller graph for this function:
|
inline |
|
inlineprivate |
Definition at line 1390 of file jsregexp.h.
References cp_offset(), and cp_offset_.
Here is the call graph for this function:
|
private |
Definition at line 1388 of file jsregexp.h.
Referenced by cp_offset(), and set_cp_offset().
|
private |
Definition at line 1389 of file jsregexp.h.
Referenced by is_capture().