Searched refs:MaxNestedContextChainLength (Results 1 – 3 of 3) sorted by relevance
541 int MaxNestedContextChainLength();
792 int Scope::MaxNestedContextChainLength() { in MaxNestedContextChainLength() function in v8::internal::Scope796 max_context_chain_length = std::max(scope->MaxNestedContextChainLength(), in MaxNestedContextChainLength()
370 builder()->set_context_count(scope()->MaxNestedContextChainLength()); in MakeBytecode()