|
| BigIntData (JSHeapBroker *broker, ObjectData **storage, IndirectHandle< BigInt > object, ObjectDataKind kind) |
|
uint64_t | AsUint64 () const |
|
int64_t | AsInt64 (bool *lossless) 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 530 of file heap-refs.cc.
◆ BigIntData()
◆ AsInt64()
int64_t v8::internal::compiler::BigIntData::AsInt64 |
( |
bool * | lossless | ) |
const |
|
inline |
◆ AsUint64()
uint64_t v8::internal::compiler::BigIntData::AsUint64 |
( |
| ) |
const |
|
inline |
◆ as_int64_
const int64_t v8::internal::compiler::BigIntData::as_int64_ |
|
private |
◆ as_uint64_
const uint64_t v8::internal::compiler::BigIntData::as_uint64_ |
|
private |
◆ lossless_
bool v8::internal::compiler::BigIntData::lossless_ |
|
private |
The documentation for this class was generated from the following file: