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
ZoneRep Struct Reference

Static Public Member Functions

static bool IsTagged (Type *t, int tag)
 
static bool IsBitset (Type *t)
 
static bool IsClass (Type *t)
 
static bool IsConstant (Type *t)
 
static bool IsUnion (Type *t)
 
static ZoneList< void * > * AsTagged (Type *t)
 
static int AsBitset (Type *t)
 
static MapAsClass (Type *t)
 
static ObjectAsConstant (Type *t)
 
static ZoneList< Type * > * AsUnion (Type *t)
 
static ZoneToRegion (Zone *zone, Isolate *isolate)
 

Detailed Description

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

Member Function Documentation

static int AsBitset ( Type t)
inlinestatic

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

static Map* AsClass ( Type t)
inlinestatic

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

static Object* AsConstant ( Type t)
inlinestatic

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

static ZoneList<void*>* AsTagged ( Type t)
inlinestatic

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

static ZoneList<Type*>* AsUnion ( Type t)
inlinestatic

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

static bool IsBitset ( Type t)
inlinestatic

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

static bool IsClass ( Type t)
inlinestatic

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

static bool IsConstant ( Type t)
inlinestatic

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

static bool IsTagged ( Type t,
int  tag 
)
inlinestatic

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

static bool IsUnion ( Type t)
inlinestatic

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

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

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


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