v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::RegExpEmpty Class Referencefinal

#include <regexp-ast.h>

Inheritance diagram for v8::internal::RegExpEmpty:
Collaboration diagram for v8::internal::RegExpEmpty:

Public Member Functions

 DECL_BOILERPLATE (Empty)
 
int min_match () override
 
int max_match () override
 
- Public Member Functions inherited from v8::internal::RegExpTree
virtual ~RegExpTree ()=default
 
virtual void * Accept (RegExpVisitor *visitor, void *data)=0
 
virtual RegExpNodeToNode (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)
 
- Public Member Functions inherited from v8::internal::ZoneObject
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 Public Attributes inherited from v8::internal::RegExpTree
static const int kInfinity = kMaxInt
 

Detailed Description

Definition at line 734 of file regexp-ast.h.

Member Function Documentation

◆ DECL_BOILERPLATE()

v8::internal::RegExpEmpty::DECL_BOILERPLATE ( Empty )

◆ max_match()

int v8::internal::RegExpEmpty::max_match ( )
inlineoverridevirtual

Implements v8::internal::RegExpTree.

Definition at line 738 of file regexp-ast.h.

◆ min_match()

int v8::internal::RegExpEmpty::min_match ( )
inlineoverridevirtual

Implements v8::internal::RegExpTree.

Definition at line 737 of file regexp-ast.h.


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