Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h535 int MaxNestedContextChainLength();
Dscopes.cc757 int Scope::MaxNestedContextChainLength() { in MaxNestedContextChainLength() function in v8::internal::Scope
761 max_context_chain_length = std::max(scope->MaxNestedContextChainLength(), in MaxNestedContextChainLength()
/external/v8/src/interpreter/
Dbytecode-generator.cc549 info->scope()->MaxNestedContextChainLength(), in BytecodeGenerator()