v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
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) | |
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.