![]()  | 
  
    v8
    
   V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. 
   | 
 
#include <zone-containers.h>
Public Member Functions | |
| ZoneIntrusiveSet (Zone *zone, GetIntrusiveSetIndex index_functor={}) | |
  Public Member Functions inherited from v8::base::IntrusiveSet< T, GetIntrusiveSetIndex, ZoneVector< T > > | |
| IntrusiveSet (ZoneVector< T > container, GetIntrusiveSetIndex index_functor={}) | |
| bool | Contains (T x) const | 
| void | Add (T x) | 
| void | Remove (T x) | 
| iterator | begin () const | 
| end_iterator | end () const | 
Definition at line 598 of file zone-containers.h.
      
  | 
  inlineexplicit | 
Definition at line 601 of file zone-containers.h.