Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h541 int MaxNestedContextChainLength();
Dscopes.cc792 int Scope::MaxNestedContextChainLength() { in MaxNestedContextChainLength() function in v8::internal::Scope
796 max_context_chain_length = std::max(scope->MaxNestedContextChainLength(), in MaxNestedContextChainLength()
/external/v8/src/interpreter/
Dbytecode-generator.cc370 builder()->set_context_count(scope()->MaxNestedContextChainLength()); in MakeBytecode()