v8
3.25.30(node0.11.13)
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 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.