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
test-utils.cc File Reference
#include <stdlib.h>
#include "v8.h"
#include "cctest.h"
#include "platform.h"
#include "utils-inl.h"
Include dependency graph for test-utils.cc:

Go to the source code of this file.

Functions

 TEST (Utils1)
 
 TEST (SNPrintF)
 
void TestMemMove (byte *area1, byte *area2, int src_offset, int dest_offset, int length)
 
 TEST (MemMove)
 
 TEST (Collector)
 
 TEST (SequenceCollector)
 
 TEST (SequenceCollectorRegression)
 

Function Documentation

TEST ( Utils1  )
TEST ( MemMove  )

Definition at line 128 of file test-utils.cc.

References V8::Initialize(), v8::internal::STATIC_ASSERT(), and TestMemMove().

void TestMemMove ( byte area1,
byte area2,
int  src_offset,
int  dest_offset,
int  length 
)

Definition at line 104 of file test-utils.cc.

References CHECK, and OS::MemMove().

Referenced by TEST().