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

#include <regexp-compiler.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 394 of file regexp-compiler.h.

Member Function Documentation

◆ init()

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

Definition at line 400 of file regexp-compiler.h.

Here is the caller graph for this function:

Member Data Documentation

◆ eats_at_least_

int v8::internal::PreloadState::eats_at_least_

Definition at line 399 of file regexp-compiler.h.

◆ kEatsAtLeastNotYetInitialized

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

Definition at line 395 of file regexp-compiler.h.

◆ preload_characters_

int v8::internal::PreloadState::preload_characters_

Definition at line 398 of file regexp-compiler.h.

◆ preload_has_checked_bounds_

bool v8::internal::PreloadState::preload_has_checked_bounds_

Definition at line 397 of file regexp-compiler.h.

◆ preload_is_current_

bool v8::internal::PreloadState::preload_is_current_

Definition at line 396 of file regexp-compiler.h.


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