v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::BigIntData Class Reference
Inheritance diagram for v8::internal::compiler::BigIntData:
Collaboration diagram for v8::internal::compiler::BigIntData:

Public Member Functions

 BigIntData (JSHeapBroker *broker, ObjectData **storage, IndirectHandle< BigInt > object, ObjectDataKind kind)
 
uint64_t AsUint64 () const
 
int64_t AsInt64 (bool *lossless) const
 
- Public Member Functions inherited from v8::internal::compiler::HeapObjectData
 HeapObjectData (JSHeapBroker *broker, ObjectData **storage, IndirectHandle< HeapObject > object, ObjectDataKind kind)
 
std::optional< boolTryGetBooleanValue (JSHeapBroker *broker) const
 
ObjectDatamap () const
 
InstanceType GetMapInstanceType () const
 
- Public Member Functions inherited from v8::internal::compiler::ObjectData
 ObjectData (JSHeapBroker *broker, ObjectData **storage, IndirectHandle< Object > object, ObjectDataKind kind)
 
IndirectHandle< Objectobject () const
 
ObjectDataKind kind () const
 
bool is_smi () const
 
bool should_access_heap () const
 
bool IsNull () const
 
- Public Member Functions inherited from v8::internal::ZoneObject
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
 

Private Attributes

const uint64_t as_uint64_
 
const int64_t as_int64_
 
bool lossless_
 

Detailed Description

Definition at line 530 of file heap-refs.cc.

Constructor & Destructor Documentation

◆ BigIntData()

v8::internal::compiler::BigIntData::BigIntData ( JSHeapBroker * broker,
ObjectData ** storage,
IndirectHandle< BigInt > object,
ObjectDataKind kind )
inline

Definition at line 532 of file heap-refs.cc.

Member Function Documentation

◆ AsInt64()

int64_t v8::internal::compiler::BigIntData::AsInt64 ( bool * lossless) const
inline

Definition at line 539 of file heap-refs.cc.

◆ AsUint64()

uint64_t v8::internal::compiler::BigIntData::AsUint64 ( ) const
inline

Definition at line 538 of file heap-refs.cc.

Member Data Documentation

◆ as_int64_

const int64_t v8::internal::compiler::BigIntData::as_int64_
private

Definition at line 546 of file heap-refs.cc.

◆ as_uint64_

const uint64_t v8::internal::compiler::BigIntData::as_uint64_
private

Definition at line 545 of file heap-refs.cc.

◆ lossless_

bool v8::internal::compiler::BigIntData::lossless_
private

Definition at line 547 of file heap-refs.cc.


The documentation for this class was generated from the following file: