Searched refs:MaxNestedContextChainLength (Results 1 – 3 of 3) sorted by relevance
535 int MaxNestedContextChainLength();
757 int Scope::MaxNestedContextChainLength() { in MaxNestedContextChainLength() function in v8::internal::Scope761 max_context_chain_length = std::max(scope->MaxNestedContextChainLength(), in MaxNestedContextChainLength()
549 info->scope()->MaxNestedContextChainLength(), in BytecodeGenerator()