![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <regexp-ast.h>
Public Member Functions | |
RegExpAtom (base::Vector< const base::uc16 > data) | |
DECL_BOILERPLATE (Atom) | |
bool | IsTextElement () override |
int | min_match () override |
int | max_match () override |
void | AppendToText (RegExpText *text, Zone *zone) override |
base::Vector< const base::uc16 > | data () const |
int | length () const |
![]() | |
virtual | ~RegExpTree ()=default |
virtual void * | Accept (RegExpVisitor *visitor, void *data)=0 |
virtual RegExpNode * | ToNode (RegExpCompiler *compiler, RegExpNode *on_success)=0 |
virtual bool | IsAnchoredAtStart () |
virtual bool | IsAnchoredAtEnd () |
virtual Interval | CaptureRegisters () |
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 |
Private Attributes | |
base::Vector< const base::uc16 > | data_ |
Additional Inherited Members | |
![]() | |
static const int | kInfinity = kMaxInt |
Definition at line 472 of file regexp-ast.h.
|
inlineexplicit |
Definition at line 474 of file regexp-ast.h.
|
overridevirtual |
Reimplemented from v8::internal::RegExpTree.
Definition at line 196 of file regexp-compiler.cc.
|
inline |
v8::internal::RegExpAtom::DECL_BOILERPLATE | ( | Atom | ) |
|
inlineoverridevirtual |
Reimplemented from v8::internal::RegExpTree.
Definition at line 478 of file regexp-ast.h.
|
inline |
Definition at line 484 of file regexp-ast.h.
|
inlineoverridevirtual |
Implements v8::internal::RegExpTree.
Definition at line 480 of file regexp-ast.h.
|
inlineoverridevirtual |
Implements v8::internal::RegExpTree.
Definition at line 479 of file regexp-ast.h.
|
private |
Definition at line 487 of file regexp-ast.h.