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

/external/v8/src/ast/
H A Dscopes.cc1203 int Scope::MaxNestedContextChainLength() { function in class:v8::internal::Scope
1207 max_context_chain_length = std::max(scope->MaxNestedContextChainLength(),

Completed in 940 milliseconds