#include <processed-feedback.h>
|
| enum | Kind {
kInsufficient
, kBinaryOperation
, kCall
, kCompareOperation
,
kElementAccess
, kForIn
, kGlobalAccess
, kInstanceOf
,
kTypeOf
, kLiteral
, kMegaDOMPropertyAccess
, kNamedAccess
,
kRegExpLiteral
, kTemplateObject
} |
| |
Definition at line 28 of file processed-feedback.h.
◆ Kind
| Enumerator |
|---|
| kInsufficient | |
| kBinaryOperation | |
| kCall | |
| kCompareOperation | |
| kElementAccess | |
| kForIn | |
| kGlobalAccess | |
| kInstanceOf | |
| kTypeOf | |
| kLiteral | |
| kMegaDOMPropertyAccess | |
| kNamedAccess | |
| kRegExpLiteral | |
| kTemplateObject | |
Definition at line 30 of file processed-feedback.h.
◆ ProcessedFeedback()
| v8::internal::compiler::ProcessedFeedback::ProcessedFeedback |
( |
Kind | kind, |
|
|
FeedbackSlotKind | slot_kind ) |
|
protected |
◆ AsBinaryOperation()
◆ AsCall()
| CallFeedback const & v8::internal::compiler::ProcessedFeedback::AsCall |
( |
| ) |
const |
◆ AsCompareOperation()
◆ AsElementAccess()
◆ AsForIn()
| ForInFeedback const & v8::internal::compiler::ProcessedFeedback::AsForIn |
( |
| ) |
const |
◆ AsGlobalAccess()
◆ AsInstanceOf()
| InstanceOfFeedback const & v8::internal::compiler::ProcessedFeedback::AsInstanceOf |
( |
| ) |
const |
◆ AsLiteral()
| LiteralFeedback const & v8::internal::compiler::ProcessedFeedback::AsLiteral |
( |
| ) |
const |
◆ AsMegaDOMPropertyAccess()
◆ AsNamedAccess()
◆ AsRegExpLiteral()
◆ AsTemplateObject()
◆ AsTypeOf()
| TypeOfOpFeedback const & v8::internal::compiler::ProcessedFeedback::AsTypeOf |
( |
| ) |
const |
◆ IsInsufficient()
| bool v8::internal::compiler::ProcessedFeedback::IsInsufficient |
( |
| ) |
const |
|
inline |
◆ kind()
| Kind v8::internal::compiler::ProcessedFeedback::kind |
( |
| ) |
const |
|
inline |
◆ slot_kind()
◆ kind_
| Kind const v8::internal::compiler::ProcessedFeedback::kind_ |
|
private |
◆ slot_kind_
The documentation for this class was generated from the following files: