v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
test-alloc.cc File Reference
#include "v8.h"
#include "accessors.h"
#include "cctest.h"
Include dependency graph for test-alloc.cc:

Go to the source code of this file.

Data Structures

class  Block
 

Functions

void SimulateFullSpace (PagedSpace *space)
 
 TEST (StressHandles)
 
 TEST (StressJS)
 
unsigned int Pseudorandom ()
 
 TEST (CodeRange)
 

Variables

const AccessorDescriptor kDescriptor
 

Function Documentation

unsigned int Pseudorandom ( )

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

References v8::internal::lo.

Referenced by TEST().

void SimulateFullSpace ( PagedSpace space)
TEST ( StressHandles  )

Definition at line 117 of file test-alloc.cc.

References Smi::cast(), CHECK, Context::New(), and Smi::value().

Variable Documentation

const AccessorDescriptor kDescriptor
Initial value:
= {
TestAccessorGet,
0,
0
}

Definition at line 132 of file test-alloc.cc.

Referenced by TEST().