V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Classes | |
class | Iterator |
Public Member Functions | |
GrowableBitVector (int length, Zone *zone) | |
bool | Contains (int value) const |
void | Add (int value, Zone *zone) |
void | Union (const GrowableBitVector &other, Zone *zone) |
void | Clear () |
Definition at line 308 of file bit-vector.h.