ContextChainLength 728 src/arm/full-codegen-arm.cc int context_chain_length = scope()->ContextChainLength(var->scope()); ContextChainLength 791 src/arm/full-codegen-arm.cc ASSERT_EQ(0, scope()->ContextChainLength(variable->scope())); ContextChainLength 4540 src/hydrogen.cc int length = info()->scope()->ContextChainLength(var->scope()); ContextChainLength 701 src/ia32/full-codegen-ia32.cc int context_chain_length = scope()->ContextChainLength(var->scope()); ContextChainLength 760 src/ia32/full-codegen-ia32.cc ASSERT_EQ(0, scope()->ContextChainLength(variable->scope())); ContextChainLength 734 src/mips/full-codegen-mips.cc int context_chain_length = scope()->ContextChainLength(var->scope()); ContextChainLength 795 src/mips/full-codegen-mips.cc ASSERT_EQ(0, scope()->ContextChainLength(variable->scope())); ContextChainLength 388 src/scopes.h int ContextChainLength(Scope* scope); ContextChainLength 707 src/x64/full-codegen-x64.cc int context_chain_length = scope()->ContextChainLength(var->scope()); ContextChainLength 765 src/x64/full-codegen-x64.cc ASSERT_EQ(0, scope()->ContextChainLength(variable->scope()));