v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HeapRep Struct Reference

Static Public Member Functions

static bool IsBitset (Handle< HeapType > t)
 
static bool IsClass (Handle< HeapType > t)
 
static bool IsConstant (Handle< HeapType > t)
 
static bool IsUnion (Handle< HeapType > t)
 
static int AsBitset (Handle< HeapType > t)
 
static MapAsClass (Handle< HeapType > t)
 
static ObjectAsConstant (Handle< HeapType > t)
 
static FixedArrayAsUnion (Handle< HeapType > t)
 
static IsolateToRegion (Zone *zone, Isolate *isolate)
 

Detailed Description

Definition at line 210 of file test-types.cc.

Member Function Documentation

static int AsBitset ( Handle< HeapType t)
inlinestatic

Definition at line 216 of file test-types.cc.

References Smi::cast(), and Smi::value().

static Map* AsClass ( Handle< HeapType t)
inlinestatic

Definition at line 217 of file test-types.cc.

References Map::cast().

static Object* AsConstant ( Handle< HeapType t)
inlinestatic

Definition at line 218 of file test-types.cc.

References Box::cast().

static FixedArray* AsUnion ( Handle< HeapType t)
inlinestatic

Definition at line 221 of file test-types.cc.

References FixedArray::cast().

static bool IsBitset ( Handle< HeapType t)
inlinestatic

Definition at line 211 of file test-types.cc.

static bool IsClass ( Handle< HeapType t)
inlinestatic

Definition at line 212 of file test-types.cc.

static bool IsConstant ( Handle< HeapType t)
inlinestatic

Definition at line 213 of file test-types.cc.

static bool IsUnion ( Handle< HeapType t)
inlinestatic

Definition at line 214 of file test-types.cc.

static Isolate* ToRegion ( Zone zone,
Isolate isolate 
)
inlinestatic

Definition at line 225 of file test-types.cc.


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