v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
test-list.cc File Reference
#include <stdlib.h>
#include <string.h>
#include "v8.h"
#include "cctest.h"
Include dependency graph for test-list.cc:

Go to the source code of this file.

Data Structures

class  ZeroingAllocationPolicy
 

Functions

 TEST (ListAdd)
 
 TEST (ListAddAll)
 
 TEST (RemoveLast)
 
 TEST (Allocate)
 
 TEST (Clear)
 
 TEST (DeleteEmpty)
 

Function Documentation

TEST ( ListAdd  )

Definition at line 56 of file test-list.cc.

References List< T, P >::Add(), and CHECK_EQ.

TEST ( ListAddAll  )

Definition at line 70 of file test-list.cc.

References List< T, P >::Add(), List< T, P >::AddAll(), and CHECK_EQ.

TEST ( RemoveLast  )

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

References List< T, P >::Add(), CHECK_EQ, and List< T, P >::last().

TEST ( Allocate  )

Definition at line 133 of file test-list.cc.

References List< T, P >::Add(), CHECK_EQ, and CHECK_LE.

TEST ( Clear  )

Definition at line 145 of file test-list.cc.

References List< T, P >::Add(), and CHECK_EQ.

TEST ( DeleteEmpty  )

Definition at line 155 of file test-list.cc.