|
V8 Project
|
#include <ast.h>
Inheritance diagram for v8::internal::BASE_EMBEDDED< Visitor >::Flags:
Collaboration diagram for v8::internal::BASE_EMBEDDED< Visitor >::Flags:Additional Inherited Members | |
Public Member Functions inherited from v8::internal::EnumSet< AstPropertiesFlag, int > | |
| EnumSet (int bits=0) | |
| bool | IsEmpty () const |
| bool | Contains (AstPropertiesFlag element) const |
| bool | ContainsAnyOf (const EnumSet &set) const |
| void | Add (AstPropertiesFlag element) |
| void | Add (const EnumSet &set) |
| void | Remove (AstPropertiesFlag element) |
| void | Remove (const EnumSet &set) |
| void | RemoveAll () |
| void | Intersect (const EnumSet &set) |
| int | ToIntegral () const |
| bool | operator== (const EnumSet &set) |
| bool | operator!= (const EnumSet &set) |
| EnumSet< AstPropertiesFlag, int > | operator| (const EnumSet &set) const |