![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <heap-refs.h>
Public Member Functions | |
IndirectHandle< FeedbackVector > | object () const |
SharedFunctionInfoRef | shared_function_info (JSHeapBroker *broker) const |
FeedbackCellRef | GetClosureFeedbackCell (JSHeapBroker *broker, int index) const |
bool | was_once_deoptimized () const |
![]() | |
IndirectHandle< HeapObject > | object () const |
V8_EXPORT_PRIVATE MapRef | map (JSHeapBroker *broker) const |
OptionalMapRef | map_direct_read (JSHeapBroker *broker) const |
HeapObjectType | GetHeapObjectType (JSHeapBroker *broker) const |
Definition at line 825 of file heap-refs.h.
FeedbackCellRef v8::internal::compiler::FeedbackVectorRef::GetClosureFeedbackCell | ( | JSHeapBroker * | broker, |
int | index ) const |
IndirectHandle< FeedbackVector > v8::internal::compiler::FeedbackVectorRef::object | ( | ) | const |
SharedFunctionInfoRef v8::internal::compiler::FeedbackVectorRef::shared_function_info | ( | JSHeapBroker * | broker | ) | const |
Definition at line 2329 of file heap-refs.cc.
bool v8::internal::compiler::FeedbackVectorRef::was_once_deoptimized | ( | ) | const |