HomeSort by relevance Sort by last modified time
    Searched refs:MaxNestedContextChainLength (Results 1 - 3 of 3) sorted by null

  /external/v8/src/ast/
scopes.h 535 int MaxNestedContextChainLength();
scopes.cc 757 int Scope::MaxNestedContextChainLength() {
761 max_context_chain_length = std::max(scope->MaxNestedContextChainLength(),
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 549 info->scope()->MaxNestedContextChainLength(),
    [all...]

Completed in 44 milliseconds