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

#include <js-operator.h>

Collaboration diagram for v8::internal::compiler::FeedbackParameter:

Public Member Functions

 FeedbackParameter (FeedbackSource const &feedback)
 
FeedbackSource const & feedback () const
 

Private Attributes

FeedbackSource const feedback_
 

Detailed Description

Definition at line 427 of file js-operator.h.

Constructor & Destructor Documentation

◆ FeedbackParameter()

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

Definition at line 429 of file js-operator.h.

Member Function Documentation

◆ feedback()

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

Definition at line 432 of file js-operator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ feedback_

FeedbackSource const v8::internal::compiler::FeedbackParameter::feedback_
private

Definition at line 435 of file js-operator.h.


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