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

#include <feedback-vector.h>

Collaboration diagram for v8::internal::SharedFeedbackSlot:

Public Member Functions

 SharedFeedbackSlot (FeedbackVectorSpec *spec, FeedbackSlotKind kind)
 
FeedbackSlot Get ()
 

Private Attributes

FeedbackSlotKind kind_
 
FeedbackSlot slot_
 
FeedbackVectorSpecspec_
 

Detailed Description

Definition at line 697 of file feedback-vector.h.

Constructor & Destructor Documentation

◆ SharedFeedbackSlot()

v8::internal::SharedFeedbackSlot::SharedFeedbackSlot ( FeedbackVectorSpec * spec,
FeedbackSlotKind kind )
inline

Definition at line 700 of file feedback-vector.h.

Member Function Documentation

◆ Get()

FeedbackSlot v8::internal::SharedFeedbackSlot::Get ( )
inline

Definition at line 703 of file feedback-vector.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ kind_

FeedbackSlotKind v8::internal::SharedFeedbackSlot::kind_
private

Definition at line 709 of file feedback-vector.h.

◆ slot_

FeedbackSlot v8::internal::SharedFeedbackSlot::slot_
private

Definition at line 710 of file feedback-vector.h.

◆ spec_

FeedbackVectorSpec* v8::internal::SharedFeedbackSlot::spec_
private

Definition at line 711 of file feedback-vector.h.


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