V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::ConstantPoolEntry Class Reference

Public Types

enum  Type { INTPTR, DOUBLE, NUMBER_OF_TYPES }
 
enum  Access { REGULAR, OVERFLOWED }
 

Public Member Functions

 ConstantPoolEntry (int position, intptr_t value, bool sharing_ok, RelocInfo::Mode rmode=RelocInfo::NONE)
 
 ConstantPoolEntry (int position, Double value, RelocInfo::Mode rmode=RelocInfo::NONE)
 
int position () const
 
bool sharing_ok () const
 
bool is_merged () const
 
int merged_index () const
 
void set_merged_index (int index)
 
int offset () const
 
void set_offset (int offset)
 
intptr_t value () const
 
uint64_t value64 () const
 
RelocInfo::Mode rmode () const
 

Static Public Member Functions

static int size (Type type)
 

Detailed Description

Definition at line 21 of file constant-pool.h.


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