Home
last modified time | relevance | path

Searched refs:depth_acc (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/ast/
Dast.cc505 int depth_acc = 1; in BuildConstantProperties() local
525 if (m_literal->depth() >= depth_acc) depth_acc = m_literal->depth() + 1; in BuildConstantProperties()
574 set_depth(depth_acc); in BuildConstantProperties()
590 int depth_acc = 1; in BuildConstantElements() local
599 if (m_literal->depth() + 1 > depth_acc) { in BuildConstantElements()
600 depth_acc = m_literal->depth() + 1; in BuildConstantElements()
626 if (is_simple && depth_acc == 1 && array_index > 0 && in BuildConstantElements()
648 set_depth(depth_acc); in BuildConstantElements()