Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h416 int ContextChainLength(Scope* scope) const; in NON_EXPORTED_BASE()
Dscopes.cc1404 int Scope::ContextChainLength(Scope* scope) const { in ContextChainLength() function in v8::internal::Scope
/external/v8/src/interpreter/
Dbytecode-generator.cc64 return scope_->ContextChainLength(scope); in ContextChainDepth()
4761 DCHECK_EQ(0, scope->ContextChainLength(variable->scope())); in BuildLocalActivationContextInitialization()
4774 DCHECK_EQ(0, scope->ContextChainLength(variable->scope())); in BuildLocalActivationContextInitialization()