V8 Project
v8::internal::FeedbackSlotInterface Class Referenceabstract

#include <feedback-slots.h>

+ Inheritance diagram for v8::internal::FeedbackSlotInterface:
+ Collaboration diagram for v8::internal::FeedbackSlotInterface:

Public Member Functions

virtual ~FeedbackSlotInterface ()
 
virtual int ComputeFeedbackSlotCount ()=0
 
virtual void SetFirstFeedbackSlot (int slot)=0
 

Static Public Attributes

static const int kInvalidFeedbackSlot = -1
 

Detailed Description

Definition at line 15 of file feedback-slots.h.

Constructor & Destructor Documentation

◆ ~FeedbackSlotInterface()

virtual v8::internal::FeedbackSlotInterface::~FeedbackSlotInterface ( )
inlinevirtual

Definition at line 19 of file feedback-slots.h.

19 {}

Member Function Documentation

◆ ComputeFeedbackSlotCount()

◆ SetFirstFeedbackSlot()

Member Data Documentation

◆ kInvalidFeedbackSlot

const int v8::internal::FeedbackSlotInterface::kInvalidFeedbackSlot = -1
static

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