Searched refs:kMaxExecuteRecursion (Results 1 – 2 of 2) sorted by relevance
642 constexpr size_t kMaxExecuteRecursion = 1000; in NormalLoader() local643 if (execute_recursion_depth_ > kMaxExecuteRecursion) in NormalLoader()
376 constexpr uint8_t kMaxExecuteRecursion = 2; variable2752 if (m_ExecuteRecursionDepth > kMaxExecuteRecursion) in ExecuteBoolScript()