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::DeferredAction Class Reference

#include <jsregexp.h>

Inheritance diagram for Trace::DeferredAction:

Public Member Functions

 DeferredAction (ActionNode::ActionType action_type, int reg)
 
DeferredActionnext ()
 
bool Mentions (int reg)
 
int reg ()
 
ActionNode::ActionType action_type ()
 

Friends

class Trace
 

Detailed Description

Definition at line 1357 of file jsregexp.h.

Constructor & Destructor Documentation

DeferredAction ( ActionNode::ActionType  action_type,
int  reg 
)
inline

Definition at line 1359 of file jsregexp.h.

Member Function Documentation

ActionNode::ActionType action_type ( )
inline

Definition at line 1364 of file jsregexp.h.

Referenced by Trace::DeferredAction::Mentions().

DeferredAction* next ( )
inline

Definition at line 1361 of file jsregexp.h.

int reg ( )
inline

Definition at line 1363 of file jsregexp.h.

Referenced by Trace::DeferredAction::Mentions().

Friends And Related Function Documentation

friend class Trace
friend

Definition at line 1369 of file jsregexp.h.


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