Searched refs:ContextChainLength (Results 1 – 8 of 8) sorted by relevance
278 int ContextChainLength(Scope* scope);
387 int Scope::ContextChainLength(Scope* scope) { in ContextChainLength() function in v8::internal::Scope
632 scope()->ContextChainLength(slot->var()->scope()); in EmitSlotSearch()691 ASSERT_EQ(0, scope()->ContextChainLength(var->scope())); in VisitDeclaration()
380 int chain_length = scope()->ContextChainLength(slot->var()->scope()); in SlotOperand()
517 scope()->ContextChainLength(slot->var()->scope()); in EmitSlotSearch()577 ASSERT_EQ(0, scope()->ContextChainLength(var->scope())); in VisitDeclaration()
421 int chain_length = scope()->ContextChainLength(slot->var()->scope()); in SlotOperand()
634 scope()->ContextChainLength(slot->var()->scope()); in EmitSlotSearch()693 ASSERT_EQ(0, scope()->ContextChainLength(var->scope())); in VisitDeclaration()
4464 int chain_length = scope()->ContextChainLength(slot->var()->scope()); in SlotOperand()