V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
FeedbackVectorSpec (Zone *zone) | |
int | slots () const |
FeedbackSlotKind | GetKind (FeedbackSlot slot) const |
bool | HasTypeProfileSlot () const |
FeedbackSlot | AddCallICSlot () |
FeedbackSlot | AddLoadICSlot () |
FeedbackSlot | AddLoadGlobalICSlot (TypeofMode typeof_mode) |
FeedbackSlot | AddCreateClosureSlot () |
FeedbackSlot | AddKeyedLoadICSlot () |
FeedbackSlotKind | GetStoreICSlot (LanguageMode language_mode) |
FeedbackSlot | AddStoreICSlot (LanguageMode language_mode) |
FeedbackSlot | AddStoreOwnICSlot () |
FeedbackSlot | AddStoreGlobalICSlot (LanguageMode language_mode) |
FeedbackSlotKind | GetKeyedStoreICSlotKind (LanguageMode language_mode) |
FeedbackSlot | AddKeyedStoreICSlot (LanguageMode language_mode) |
FeedbackSlot | AddStoreInArrayLiteralICSlot () |
FeedbackSlot | AddBinaryOpICSlot () |
FeedbackSlot | AddCompareICSlot () |
FeedbackSlot | AddForInSlot () |
FeedbackSlot | AddInstanceOfSlot () |
FeedbackSlot | AddLiteralSlot () |
FeedbackSlot | AddStoreDataPropertyInLiteralICSlot () |
FeedbackSlot | AddTypeProfileSlot () |
FeedbackSlot | AddCloneObjectSlot () |
Static Public Attributes | |
static const int | kTypeProfileSlotIndex = 0 |
Friends | |
class | SharedFeedbackSlot |
Definition at line 309 of file feedback-vector.h.