v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
IntSet (IntKeyHash hash) | |
void | Insert (int x) |
void | Remove (int x) |
bool | Present (int x) |
void | Clear () |
uint32_t | occupancy () const |
Definition at line 44 of file test-hashmap.cc.
|
inlineexplicit |
Definition at line 46 of file test-hashmap.cc.
|
inline |
Definition at line 70 of file test-hashmap.cc.
Referenced by TestSet().
|
inline |
Definition at line 48 of file test-hashmap.cc.
References CHECK, CHECK_EQ, CHECK_NE, and v8::internal::NULL.
Referenced by TestSet().
|
inline |
Definition at line 74 of file test-hashmap.cc.
References CHECK_EQ, and v8::internal::NULL.
Referenced by TestSet().
|
inline |
Definition at line 61 of file test-hashmap.cc.
References CHECK_EQ, and v8::internal::NULL.
Referenced by TestSet().
|
inline |