![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <feedback-source.h>
Classes | |
struct | Equal |
struct | Hash |
Public Member Functions | |
FeedbackSource () | |
V8_EXPORT_PRIVATE | FeedbackSource (IndirectHandle< FeedbackVector > vector_, FeedbackSlot slot_) |
FeedbackSource (FeedbackVectorRef vector_, FeedbackSlot slot_) | |
bool | IsValid () const |
int | index () const |
Public Attributes | |
IndirectHandle< FeedbackVector > | vector |
FeedbackSlot | slot |
Definition at line 15 of file feedback-source.h.
|
inline |
v8::internal::compiler::FeedbackSource::FeedbackSource | ( | IndirectHandle< FeedbackVector > | vector_, |
FeedbackSlot | slot_ ) |
v8::internal::compiler::FeedbackSource::FeedbackSource | ( | FeedbackVectorRef | vector_, |
FeedbackSlot | slot_ ) |
Definition at line 17 of file feedback-source.cc.
int v8::internal::compiler::FeedbackSource::index | ( | ) | const |
|
inline |
Definition at line 21 of file feedback-source.h.
FeedbackSlot v8::internal::compiler::FeedbackSource::slot |
Definition at line 25 of file feedback-source.h.
IndirectHandle<FeedbackVector> v8::internal::compiler::FeedbackSource::vector |
Definition at line 24 of file feedback-source.h.