Searched refs:kMaxExecuteRecursion (Results 1 – 2 of 2) sorted by relevance
657 constexpr size_t kMaxExecuteRecursion = 1000; in NormalLoader() local658 if (m_ExecuteRecursionDepth > kMaxExecuteRecursion) in NormalLoader()
370 constexpr uint8_t kMaxExecuteRecursion = 2; variable2712 if (m_ExecuteRecursionDepth > kMaxExecuteRecursion) in ExecuteBoolScript()