![]() |
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 | IntSet |
Typedefs | |
| typedef uint32_t(* | IntKeyHash )(uint32_t key) |
Functions | |
| void | TestSet (IntKeyHash hash, int size) |
| TEST (Set) | |
| typedef uint32_t(* IntKeyHash)(uint32_t key) |
Definition at line 41 of file test-hashmap.cc.
| TEST | ( | Set | ) |
Definition at line 173 of file test-hashmap.cc.
References TestSet().
| void TestSet | ( | IntKeyHash | hash, |
| int | size | ||
| ) |
Definition at line 93 of file test-hashmap.cc.
References CHECK, CHECK_EQ, IntSet::Clear(), IntSet::Insert(), IntSet::occupancy(), IntSet::Present(), IntSet::Remove(), and v8::internal::size.
Referenced by TEST().