webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
JSC::GatherLiveObjFunctor Struct Reference
Inheritance diagram for JSC::GatherLiveObjFunctor:
JSC::MarkedBlock::CountFunctor

Public Member Functions

 GatherLiveObjFunctor (LiveObjectList &list)
 
void visit (JSCell *cell)
 
IterationStatus operator() (HeapCell *cell, HeapCell::Kind kind) const
 
- Public Member Functions inherited from JSC::MarkedBlock::CountFunctor
 CountFunctor ()
 
void count (size_t count) const
 
ReturnType returnValue () const
 
 CountFunctor ()
 
void count (size_t count) const
 
ReturnType returnValue () const
 

Public Attributes

LiveObjectListm_list
 

Additional Inherited Members

- Public Types inherited from JSC::MarkedBlock::CountFunctor
typedef size_t ReturnType
 
typedef size_t ReturnType
 

Constructor & Destructor Documentation

◆ GatherLiveObjFunctor()

JSC::GatherLiveObjFunctor::GatherLiveObjFunctor ( LiveObjectList list)
inline

Member Function Documentation

◆ operator()()

IterationStatus JSC::GatherLiveObjFunctor::operator() ( HeapCell cell,
HeapCell::Kind  kind 
) const
inline

◆ visit()

void JSC::GatherLiveObjFunctor::visit ( JSCell cell)
inline

Member Data Documentation

◆ m_list

LiveObjectList& JSC::GatherLiveObjFunctor::m_list

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