webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | List of all members
JSC::RecursionCheckFunctor Class Reference

Public Member Functions

 RecursionCheckFunctor (CallFrame *startCallFrame, CodeBlock *codeBlock, unsigned depthToCheck)
 
StackVisitor::Status operator() (StackVisitor &visitor) const
 
bool didRecurse () const
 

Constructor & Destructor Documentation

◆ RecursionCheckFunctor()

JSC::RecursionCheckFunctor::RecursionCheckFunctor ( CallFrame startCallFrame,
CodeBlock codeBlock,
unsigned  depthToCheck 
)
inline

Member Function Documentation

◆ didRecurse()

bool JSC::RecursionCheckFunctor::didRecurse ( ) const
inline

◆ operator()()

StackVisitor::Status JSC::RecursionCheckFunctor::operator() ( StackVisitor visitor) const
inline

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