V8 Project
v8::internal::CompareNilICStub::State Class Reference
+ Inheritance diagram for v8::internal::CompareNilICStub::State:
+ Collaboration diagram for v8::internal::CompareNilICStub::State:

Public Member Functions

 State ()
 
 State (byte bits)
 
- Public Member Functions inherited from v8::internal::EnumSet< CompareNilType, byte >
 EnumSet (byte bits=0)
 
bool IsEmpty () const
 
bool Contains (CompareNilType element) const
 
bool ContainsAnyOf (const EnumSet &set) const
 
void Add (CompareNilType element)
 
void Add (const EnumSet &set)
 
void Remove (CompareNilType element)
 
void Remove (const EnumSet &set)
 
void RemoveAll ()
 
void Intersect (const EnumSet &set)
 
byte ToIntegral () const
 
bool operator== (const EnumSet &set)
 
bool operator!= (const EnumSet &set)
 
EnumSet< CompareNilType, byteoperator| (const EnumSet &set) const
 

Detailed Description

Definition at line 1382 of file code-stubs.h.

Constructor & Destructor Documentation

◆ State() [1/2]

v8::internal::CompareNilICStub::State::State ( )
inline

Definition at line 1384 of file code-stubs.h.

1384 : EnumSet<CompareNilType, byte>(0) { }

◆ State() [2/2]

v8::internal::CompareNilICStub::State::State ( byte  bits)
inlineexplicit

Definition at line 1385 of file code-stubs.h.

1385 : EnumSet<CompareNilType, byte>(bits) { }

The documentation for this class was generated from the following file: