v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::SingleValueFeedback< T, K > Class Template Reference

#include <processed-feedback.h>

Inheritance diagram for v8::internal::compiler::SingleValueFeedback< T, K >:
Collaboration diagram for v8::internal::compiler::SingleValueFeedback< T, K >:

Public Member Functions

 SingleValueFeedback (T value, FeedbackSlotKind slot_kind)
 
T value () const
 
- Public Member Functions inherited from v8::internal::compiler::ProcessedFeedback
Kind kind () const
 
FeedbackSlotKind slot_kind () const
 
bool IsInsufficient () const
 
BinaryOperationFeedback const & AsBinaryOperation () const
 
TypeOfOpFeedback const & AsTypeOf () const
 
CallFeedback const & AsCall () const
 
CompareOperationFeedback const & AsCompareOperation () const
 
ElementAccessFeedback const & AsElementAccess () const
 
ForInFeedback const & AsForIn () const
 
GlobalAccessFeedback const & AsGlobalAccess () const
 
InstanceOfFeedback const & AsInstanceOf () const
 
NamedAccessFeedback const & AsNamedAccess () const
 
MegaDOMPropertyAccessFeedback const & AsMegaDOMPropertyAccess () const
 
LiteralFeedback const & AsLiteral () const
 
RegExpLiteralFeedback const & AsRegExpLiteral () const
 
TemplateObjectFeedback const & AsTemplateObject () const
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t, Zone *)=delete
 
void * operator new (size_t size, void *ptr)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)=delete
 

Private Attributes

T const value_
 

Additional Inherited Members

- Public Types inherited from v8::internal::compiler::ProcessedFeedback
enum  Kind {
  kInsufficient , kBinaryOperation , kCall , kCompareOperation ,
  kElementAccess , kForIn , kGlobalAccess , kInstanceOf ,
  kTypeOf , kLiteral , kMegaDOMPropertyAccess , kNamedAccess ,
  kRegExpLiteral , kTemplateObject
}
 
- Protected Member Functions inherited from v8::internal::compiler::ProcessedFeedback
 ProcessedFeedback (Kind kind, FeedbackSlotKind slot_kind)
 

Detailed Description

template<class T, ProcessedFeedback::Kind K>
class v8::internal::compiler::SingleValueFeedback< T, K >

Definition at line 221 of file processed-feedback.h.

Constructor & Destructor Documentation

◆ SingleValueFeedback()

template<class T , ProcessedFeedback::Kind K>
v8::internal::compiler::SingleValueFeedback< T, K >::SingleValueFeedback ( T value,
FeedbackSlotKind slot_kind )
inlineexplicit

Definition at line 223 of file processed-feedback.h.

Here is the call graph for this function:

Member Function Documentation

◆ value()

template<class T , ProcessedFeedback::Kind K>
T v8::internal::compiler::SingleValueFeedback< T, K >::value ( ) const
inline

Definition at line 235 of file processed-feedback.h.

Member Data Documentation

◆ value_

template<class T , ProcessedFeedback::Kind K>
T const v8::internal::compiler::SingleValueFeedback< T, K >::value_
private

Definition at line 238 of file processed-feedback.h.


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