![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <heap-refs.h>
Public Member Functions | |
| IndirectHandle< FeedbackCell > | object () const |
| ObjectRef | value (JSHeapBroker *broker) const |
| OptionalFeedbackVectorRef | feedback_vector (JSHeapBroker *broker) const |
| OptionalSharedFunctionInfoRef | shared_function_info (JSHeapBroker *broker) const |
Public Member Functions inherited from v8::internal::compiler::HeapObjectRef | |
| 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 808 of file heap-refs.h.
| OptionalFeedbackVectorRef v8::internal::compiler::FeedbackCellRef::feedback_vector | ( | JSHeapBroker * | broker | ) | const |
| IndirectHandle< FeedbackCell > v8::internal::compiler::FeedbackCellRef::object | ( | ) | const |
| OptionalSharedFunctionInfoRef v8::internal::compiler::FeedbackCellRef::shared_function_info | ( | JSHeapBroker * | broker | ) | const |
Definition at line 2318 of file heap-refs.cc.
| ObjectRef v8::internal::compiler::FeedbackCellRef::value | ( | JSHeapBroker * | broker | ) | const |
Definition at line 1780 of file heap-refs.cc.