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

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::CheckBoundsParameters:

Public Member Functions

 CheckBoundsParameters (const FeedbackSource &feedback, CheckBoundsFlags flags)
 
CheckBoundsFlags flags () const
 
const CheckParameterscheck_parameters () const
 

Private Attributes

CheckParameters check_parameters_
 
CheckBoundsFlags flags_
 

Detailed Description

Definition at line 294 of file simplified-operator.h.

Constructor & Destructor Documentation

◆ CheckBoundsParameters()

v8::internal::compiler::CheckBoundsParameters::CheckBoundsParameters ( const FeedbackSource & feedback,
CheckBoundsFlags flags )
inline

Definition at line 296 of file simplified-operator.h.

Member Function Documentation

◆ check_parameters()

const CheckParameters & v8::internal::compiler::CheckBoundsParameters::check_parameters ( ) const
inline

Definition at line 300 of file simplified-operator.h.

Here is the caller graph for this function:

◆ flags()

CheckBoundsFlags v8::internal::compiler::CheckBoundsParameters::flags ( ) const
inline

Definition at line 299 of file simplified-operator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ check_parameters_

CheckParameters v8::internal::compiler::CheckBoundsParameters::check_parameters_
private

Definition at line 303 of file simplified-operator.h.

◆ flags_

CheckBoundsFlags v8::internal::compiler::CheckBoundsParameters::flags_
private

Definition at line 304 of file simplified-operator.h.


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