Searched defs:depth_acc (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dparser.cc3708 int depth_acc = 1; local
3711 if (m_literal != NULL && m_literal->depth() >= depth_acc) {
3712 depth_acc = m_literal->depth() + 1;
3724 *depth = depth_acc;
4005 int depth_acc = 1; local
4015 if (m_literal != NULL && m_literal->depth() >= depth_acc) {
4016 depth_acc = m_literal->depth() + 1;
4052 *depth = depth_acc;

Completed in 213 milliseconds