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

#include <heap-refs.h>

Inheritance diagram for v8::internal::compiler::BigIntRef:
Collaboration diagram for v8::internal::compiler::BigIntRef:

Public Member Functions

IndirectHandle< BigIntobject () const
 
uint64_t AsUint64 () const
 
int64_t AsInt64 (bool *lossless) const
 
- Public Member Functions inherited from v8::internal::compiler::HeapObjectRef
IndirectHandle< HeapObjectobject () const
 
V8_EXPORT_PRIVATE MapRef map (JSHeapBroker *broker) const
 
OptionalMapRef map_direct_read (JSHeapBroker *broker) const
 
HeapObjectType GetHeapObjectType (JSHeapBroker *broker) const
 

Detailed Description

Definition at line 860 of file heap-refs.h.

Member Function Documentation

◆ AsInt64()

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

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ AsUint64()

uint64_t v8::internal::compiler::BigIntRef::AsUint64 ( ) const
Here is the caller graph for this function:

◆ object()

IndirectHandle< BigInt > v8::internal::compiler::BigIntRef::object ( ) const

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