v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Trace::DeferredCapture Class Reference

#include <jsregexp.h>

Inheritance diagram for Trace::DeferredCapture:
Collaboration diagram for Trace::DeferredCapture:

Public Member Functions

 DeferredCapture (int reg, bool is_capture, Trace *trace)
 
int cp_offset ()
 
bool is_capture ()
 
- Public Member Functions inherited from Trace::DeferredAction
 DeferredAction (ActionNode::ActionType action_type, int reg)
 
DeferredActionnext ()
 
bool Mentions (int reg)
 
int reg ()
 
ActionNode::ActionType action_type ()
 

Detailed Description

Definition at line 1372 of file jsregexp.h.

Constructor & Destructor Documentation

DeferredCapture ( int  reg,
bool  is_capture,
Trace trace 
)
inline

Definition at line 1374 of file jsregexp.h.

Member Function Documentation

int cp_offset ( )
inline

Definition at line 1378 of file jsregexp.h.

bool is_capture ( )
inline

Definition at line 1379 of file jsregexp.h.


The documentation for this class was generated from the following file: