Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc758 int max_context_chain_length = 0; in MaxNestedContextChainLength() local
761 max_context_chain_length = std::max(scope->MaxNestedContextChainLength(), in MaxNestedContextChainLength()
762 max_context_chain_length); in MaxNestedContextChainLength()
765 max_context_chain_length += 1; in MaxNestedContextChainLength()
767 return max_context_chain_length; in MaxNestedContextChainLength()