Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h389 int MaxNestedContextChainLength(); in NON_EXPORTED_BASE()
Dscopes.cc1344 int Scope::MaxNestedContextChainLength() { in MaxNestedContextChainLength() function in v8::internal::Scope
1348 max_context_chain_length = std::max(scope->MaxNestedContextChainLength(), in MaxNestedContextChainLength()
/external/v8/src/interpreter/
Dbytecode-generator.cc620 info->scope()->MaxNestedContextChainLength(), in BytecodeGenerator()