43 #include "R_ext/Boolean.h" 
  139             : m_next(s_current), m_innermost_context(0)
 
  179             return s_depth_limit;
 
  192             s_depth_threshold = s_depth_limit + (on ? 500 : 0);
 
  233         __attribute__((hot,fastcall))
 
  244             return m_innermost_context;
 
  289         friend class Context;  
 
  291         static unsigned int s_depth;  
 
  292         static unsigned int s_depth_threshold;  
 
  298         static unsigned int s_depth_limit;  
 
  302         static unsigned int s_countdown;  
 
  305         static unsigned int s_countdown_start;  
 
  308         static bool s_profiling;  
 
  311         Context* m_innermost_context;  
 
  350         using namespace CXXR;
 
  353             env = SEXP_downcast<Environment*>(rho);