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

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::CheckParameters:

Public Member Functions

 CheckParameters (const FeedbackSource &feedback)
 
FeedbackSource const & feedback () const
 

Private Attributes

FeedbackSource feedback_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CheckParameters()

v8::internal::compiler::CheckParameters::CheckParameters ( const FeedbackSource & feedback)
inlineexplicit

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

Member Function Documentation

◆ feedback()

FeedbackSource const & v8::internal::compiler::CheckParameters::feedback ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ feedback_

FeedbackSource v8::internal::compiler::CheckParameters::feedback_
private

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


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