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

Public Member Functions

 AlternativeGenerationList (int count, Zone *zone)
 
 ~AlternativeGenerationList ()
 
AlternativeGenerationat (int i)
 

Private Attributes

ZoneList< AlternativeGeneration * > alt_gens_
 
AlternativeGeneration a_few_alt_gens_ [kAFew]
 

Static Private Attributes

static const int kAFew = 10
 

Detailed Description

Definition at line 2770 of file regexp-compiler.cc.

Constructor & Destructor Documentation

◆ AlternativeGenerationList()

v8::internal::AlternativeGenerationList::AlternativeGenerationList ( int count,
Zone * zone )
inline

Definition at line 2772 of file regexp-compiler.cc.

◆ ~AlternativeGenerationList()

v8::internal::AlternativeGenerationList::~AlternativeGenerationList ( )
inline

Definition at line 2780 of file regexp-compiler.cc.

Member Function Documentation

◆ at()

AlternativeGeneration * v8::internal::AlternativeGenerationList::at ( int i)
inline

Definition at line 2787 of file regexp-compiler.cc.

Here is the caller graph for this function:

Member Data Documentation

◆ a_few_alt_gens_

AlternativeGeneration v8::internal::AlternativeGenerationList::a_few_alt_gens_[kAFew]
private

Definition at line 2792 of file regexp-compiler.cc.

◆ alt_gens_

ZoneList<AlternativeGeneration*> v8::internal::AlternativeGenerationList::alt_gens_
private

Definition at line 2791 of file regexp-compiler.cc.

◆ kAFew

const int v8::internal::AlternativeGenerationList::kAFew = 10
staticprivate

Definition at line 2790 of file regexp-compiler.cc.


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