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

#include <regexp-nodes.h>

Collaboration diagram for v8::internal::EatsAtLeastInfo:

Public Member Functions

 EatsAtLeastInfo ()
 
 EatsAtLeastInfo (uint8_t eats)
 
void SetMin (const EatsAtLeastInfo &other)
 
bool IsZero () const
 

Public Attributes

uint8_t eats_at_least_from_possibly_start
 
uint8_t eats_at_least_from_not_start
 

Detailed Description

Definition at line 100 of file regexp-nodes.h.

Constructor & Destructor Documentation

◆ EatsAtLeastInfo() [1/2]

v8::internal::EatsAtLeastInfo::EatsAtLeastInfo ( )
inline

Definition at line 101 of file regexp-nodes.h.

◆ EatsAtLeastInfo() [2/2]

v8::internal::EatsAtLeastInfo::EatsAtLeastInfo ( uint8_t eats)
inlineexplicit

Definition at line 102 of file regexp-nodes.h.

Member Function Documentation

◆ IsZero()

bool v8::internal::EatsAtLeastInfo::IsZero ( ) const
inline

Definition at line 116 of file regexp-nodes.h.

◆ SetMin()

void v8::internal::EatsAtLeastInfo::SetMin ( const EatsAtLeastInfo & other)
inline

Definition at line 105 of file regexp-nodes.h.

Member Data Documentation

◆ eats_at_least_from_not_start

uint8_t v8::internal::EatsAtLeastInfo::eats_at_least_from_not_start

Definition at line 130 of file regexp-nodes.h.

◆ eats_at_least_from_possibly_start

uint8_t v8::internal::EatsAtLeastInfo::eats_at_least_from_possibly_start

Definition at line 125 of file regexp-nodes.h.


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