V8 Project
v8::internal::PreloadState Struct Reference

#include <jsregexp.h>

+ Collaboration diagram for v8::internal::PreloadState:

Public Member Functions

void init ()
 

Public Attributes

bool preload_is_current_
 
bool preload_has_checked_bounds_
 
int preload_characters_
 
int eats_at_least_
 

Static Public Attributes

static const int kEatsAtLeastNotYetInitialized = -1
 

Detailed Description

Definition at line 1529 of file jsregexp.h.

Member Function Documentation

◆ init()

void v8::internal::PreloadState::init ( )
inline

Definition at line 1535 of file jsregexp.h.

1535  {
1537  }
static const int kEatsAtLeastNotYetInitialized
Definition: jsregexp.h:1530

References eats_at_least_, and kEatsAtLeastNotYetInitialized.

Referenced by v8::internal::ChoiceNode::Emit().

+ Here is the caller graph for this function:

Member Data Documentation

◆ eats_at_least_

int v8::internal::PreloadState::eats_at_least_

◆ kEatsAtLeastNotYetInitialized

const int v8::internal::PreloadState::kEatsAtLeastNotYetInitialized = -1
static

◆ preload_characters_

int v8::internal::PreloadState::preload_characters_

◆ preload_has_checked_bounds_

bool v8::internal::PreloadState::preload_has_checked_bounds_

◆ preload_is_current_

bool v8::internal::PreloadState::preload_is_current_

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