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

#include <heap-refs.h>

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

Public Member Functions

IndirectHandle< HeapNumberobject () const
 
double value () const
 
uint64_t value_as_bits () 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 693 of file heap-refs.h.

Member Function Documentation

◆ object()

IndirectHandle< HeapNumber > v8::internal::compiler::HeapNumberRef::object ( ) const
Here is the caller graph for this function:

◆ value()

double v8::internal::compiler::HeapNumberRef::value ( ) const

◆ value_as_bits()

uint64_t v8::internal::compiler::HeapNumberRef::value_as_bits ( ) const

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

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

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