V8 Project
|
#include <jsregexp.h>
Public Member Functions | |
DeferredCapture (int reg, bool is_capture, Trace *trace) | |
int | cp_offset () |
bool | is_capture () |
![]() | |
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().
|
inline |
|
inlineprivate |
Definition at line 1390 of file jsregexp.h.
References cp_offset(), and cp_offset_.
|
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().