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-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 57 of file test-list.cc.

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

TEST ( ListAddAll  )

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

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

TEST ( RemoveLast  )

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

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

TEST ( Allocate  )

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

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

TEST ( Clear  )

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

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

TEST ( DeleteEmpty  )

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