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.cc1345 int max_context_chain_length = 0; in MaxNestedContextChainLength() local
1348 max_context_chain_length = std::max(scope->MaxNestedContextChainLength(), in MaxNestedContextChainLength()
1349 max_context_chain_length); in MaxNestedContextChainLength()
1352 max_context_chain_length += 1; in MaxNestedContextChainLength()
1354 return max_context_chain_length; in MaxNestedContextChainLength()