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

Public Member Functions

 AlternativeGeneration ()
 

Public Attributes

Label possible_success
 
bool expects_preload
 
Label after
 
QuickCheckDetails quick_check_details
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::Malloced
static void * operator new (size_t size)
 
static void operator delete (void *p)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ AlternativeGeneration()

v8::internal::AlternativeGeneration::AlternativeGeneration ( )
inline

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

Member Data Documentation

◆ after

Label v8::internal::AlternativeGeneration::after

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

◆ expects_preload

bool v8::internal::AlternativeGeneration::expects_preload

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

◆ possible_success

Label v8::internal::AlternativeGeneration::possible_success

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

◆ quick_check_details

QuickCheckDetails v8::internal::AlternativeGeneration::quick_check_details

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


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