![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <regexp-ast.h>
Public Member Functions | |
DECL_BOILERPLATE (Empty) | |
int | min_match () override |
int | max_match () override |
![]() | |
virtual | ~RegExpTree ()=default |
virtual void * | Accept (RegExpVisitor *visitor, void *data)=0 |
virtual RegExpNode * | ToNode (RegExpCompiler *compiler, RegExpNode *on_success)=0 |
virtual bool | IsTextElement () |
virtual bool | IsAnchoredAtStart () |
virtual bool | IsAnchoredAtEnd () |
virtual Interval | CaptureRegisters () |
virtual void | AppendToText (RegExpText *text, Zone *zone) |
V8_EXPORT_PRIVATE std::ostream & | Print (std::ostream &os, Zone *zone) |
![]() | |
void * | operator new (size_t, Zone *)=delete |
void * | operator new (size_t size, void *ptr) |
void | operator delete (void *, size_t) |
void | operator delete (void *pointer, Zone *zone)=delete |
Additional Inherited Members | |
![]() | |
static const int | kInfinity = kMaxInt |
Definition at line 734 of file regexp-ast.h.
v8::internal::RegExpEmpty::DECL_BOILERPLATE | ( | Empty | ) |
|
inlineoverridevirtual |
Implements v8::internal::RegExpTree.
Definition at line 738 of file regexp-ast.h.
|
inlineoverridevirtual |
Implements v8::internal::RegExpTree.
Definition at line 737 of file regexp-ast.h.