|
| PropertyCellData (JSHeapBroker *broker, ObjectData **storage, IndirectHandle< PropertyCell > object, ObjectDataKind kind) |
|
bool | Cache (JSHeapBroker *broker) |
|
PropertyDetails | property_details () const |
|
ObjectData * | value () const |
|
| HeapObjectData (JSHeapBroker *broker, ObjectData **storage, IndirectHandle< HeapObject > object, ObjectDataKind kind) |
|
std::optional< bool > | TryGetBooleanValue (JSHeapBroker *broker) const |
|
ObjectData * | map () const |
|
InstanceType | GetMapInstanceType () const |
|
| ObjectData (JSHeapBroker *broker, ObjectData **storage, IndirectHandle< Object > object, ObjectDataKind kind) |
|
IndirectHandle< Object > | object () const |
|
ObjectDataKind | kind () const |
|
bool | is_smi () const |
|
bool | should_access_heap () const |
|
bool | IsNull () const |
|
void * | operator new (size_t, Zone *)=delete |
|
void * | operator new (size_t size, void *ptr) |
|
void | operator delete (void *, size_t) |
|
void | operator delete (void *pointer, Zone *zone)=delete |
|
Definition at line 161 of file heap-refs.cc.
◆ PropertyCellData()
◆ Cache()
◆ property_details()
PropertyDetails v8::internal::compiler::PropertyCellData::property_details |
( |
| ) |
const |
|
inline |
◆ serialized()
bool v8::internal::compiler::PropertyCellData::serialized |
( |
| ) |
const |
|
inlineprivate |
◆ value()
ObjectData * v8::internal::compiler::PropertyCellData::value |
( |
| ) |
const |
|
inline |
◆ property_details_
◆ value_
ObjectData* v8::internal::compiler::PropertyCellData::value_ = nullptr |
|
private |
The documentation for this class was generated from the following file: