Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc404 int depth_acc = 1; in BuildConstantProperties() local
424 if (m_literal->depth() >= depth_acc) depth_acc = m_literal->depth() + 1; in BuildConstantProperties()
474 set_depth(depth_acc); in BuildConstantProperties()
491 int depth_acc = 1; in BuildConstantElements() local
500 if (m_literal->depth() + 1 > depth_acc) { in BuildConstantElements()
501 depth_acc = m_literal->depth() + 1; in BuildConstantElements()
527 if (is_simple && depth_acc == 1 && array_index > 0 && in BuildConstantElements()
544 set_depth(depth_acc); in BuildConstantElements()