Searched refs:depth_acc (Results 1 – 1 of 1) sorted by relevance
2970 int depth_acc = 1; in BuildArrayLiteralBoilerplateLiterals() local2973 if (m_literal != NULL && m_literal->depth() >= depth_acc) { in BuildArrayLiteralBoilerplateLiterals()2974 depth_acc = m_literal->depth() + 1; in BuildArrayLiteralBoilerplateLiterals()2986 *depth = depth_acc; in BuildArrayLiteralBoilerplateLiterals()3242 int depth_acc = 1; in BuildObjectLiteralConstantProperties() local3252 if (m_literal != NULL && m_literal->depth() >= depth_acc) { in BuildObjectLiteralConstantProperties()3253 depth_acc = m_literal->depth() + 1; in BuildObjectLiteralConstantProperties()3289 *depth = depth_acc; in BuildObjectLiteralConstantProperties()