#include <processed-feedback.h>
|
| enum | Kind {
kInsufficient
, kBinaryOperation
, kCall
, kCompareOperation
,
kElementAccess
, kForIn
, kGlobalAccess
, kInstanceOf
,
kTypeOf
, kLiteral
, kMegaDOMPropertyAccess
, kNamedAccess
,
kRegExpLiteral
, kTemplateObject
} |
| |
| | ProcessedFeedback (Kind kind, FeedbackSlotKind slot_kind) |
| |
Definition at line 168 of file processed-feedback.h.
◆ NamedAccessFeedback()
◆ has_deprecated_map_without_migration_target()
| bool v8::internal::compiler::NamedAccessFeedback::has_deprecated_map_without_migration_target |
( |
| ) |
const |
|
inline |
◆ maps()
| ZoneVector< MapRef > const & v8::internal::compiler::NamedAccessFeedback::maps |
( |
| ) |
const |
|
inline |
◆ name()
| NameRef v8::internal::compiler::NamedAccessFeedback::name |
( |
| ) |
const |
|
inline |
◆ has_deprecated_map_without_migration_target_
| bool v8::internal::compiler::NamedAccessFeedback::has_deprecated_map_without_migration_target_ |
|
private |
◆ maps_
◆ name_
| NameRef const v8::internal::compiler::NamedAccessFeedback::name_ |
|
private |
The documentation for this class was generated from the following files: