v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <ast.h>
Public Member Functions | |
RegExpCapture (RegExpTree *body, int index) | |
virtual void * | Accept (RegExpVisitor *visitor, void *data) |
virtual RegExpNode * | ToNode (RegExpCompiler *compiler, RegExpNode *on_success) |
virtual RegExpCapture * | AsCapture () |
virtual bool | IsAnchoredAtStart () |
virtual bool | IsAnchoredAtEnd () |
virtual Interval | CaptureRegisters () |
virtual bool | IsCapture () |
virtual int | min_match () |
virtual int | max_match () |
RegExpTree * | body () |
int | index () |
Public Member Functions inherited from RegExpTree | |
virtual | ~RegExpTree () |
virtual bool | IsTextElement () |
virtual void | AppendToText (RegExpText *text, Zone *zone) |
SmartArrayPointer< const char > | ToString (Zone *zone) |
Public Member Functions inherited from ZoneObject | |
INLINE (void *operator new(size_t size, Zone *zone)) | |
void | operator delete (void *, size_t) |
void | operator delete (void *pointer, Zone *zone) |
Static Public Member Functions | |
static RegExpNode * | ToNode (RegExpTree *body, int index, RegExpCompiler *compiler, RegExpNode *on_success) |
static int | StartRegister (int index) |
static int | EndRegister (int index) |
Additional Inherited Members | |
Static Public Attributes inherited from RegExpTree | |
static const int | kInfinity = kMaxInt |
|
inlineexplicit |
|
virtual |
Implements RegExpTree.
|
virtual |
|
inline |
Definition at line 2469 of file ast.h.
Referenced by RegExpCapture::ToNode().
|
virtual |
|
inlinestatic |
Definition at line 2472 of file ast.h.
Referenced by RegExpCapture::ToNode(), and RegExpBackReference::ToNode().
|
inline |
Definition at line 2470 of file ast.h.
Referenced by RegExpCapture::ToNode().
|
virtual |
Reimplemented from RegExpTree.
|
virtual |
Reimplemented from RegExpTree.
|
virtual |
|
inlinevirtual |
Implements RegExpTree.
|
inlinevirtual |
Implements RegExpTree.
|
inlinestatic |
Definition at line 2471 of file ast.h.
Referenced by RegExpCapture::ToNode(), and RegExpBackReference::ToNode().
|
virtual |
Implements RegExpTree.
Definition at line 5018 of file jsregexp.cc.
References RegExpCapture::body(), and RegExpCapture::index().
Referenced by RegExpEngine::Compile().
|
static |
Definition at line 5024 of file jsregexp.cc.
References RegExpCapture::EndRegister(), RegExpCapture::StartRegister(), ActionNode::StorePosition(), and RegExpTree::ToNode().