Searched refs:m_reentryDepth (Results 1 – 2 of 2) sorted by relevance
417 , m_reentryDepth(0) in Interpreter()732 …if (m_reentryDepth >= MaxSmallThreadReentryDepth && m_reentryDepth >= callFrame->globalData().maxR… in execute()764 m_reentryDepth++; in execute()772 m_reentryDepth--; in execute()778 if (m_reentryDepth && lastGlobalObject && globalObject != lastGlobalObject) in execute()790 …if (m_reentryDepth >= MaxSmallThreadReentryDepth && m_reentryDepth >= callFrame->globalData().maxR… in executeCall()835 m_reentryDepth++; in executeCall()842 m_reentryDepth--; in executeCall()880 …if (m_reentryDepth >= MaxSmallThreadReentryDepth && m_reentryDepth >= callFrame->globalData().maxR… in executeConstruct()924 m_reentryDepth++; in executeConstruct()[all …]
158 int m_reentryDepth; variable