ContextLength 904 src/full-codegen.cc scope_info->ContextLength() - Context::MIN_CONTEXT_SLOTS; ContextLength 4901 src/heap.cc AllocateFixedArray(scope_info->ContextLength(), TENURED); ContextLength 4971 src/heap.cc AllocateFixedArrayWithHoles(scope_info->ContextLength()); ContextLength 3435 src/objects.h int ContextLength(); ContextLength 8733 src/runtime.cc int length = function->shared()->scope_info()->ContextLength(); ContextLength 139 src/scopeinfo.cc var_index == scope_info->ContextLength() - 1); ContextLength 145 src/scopeinfo.cc ASSERT(scope->num_heap_slots() == scope_info->ContextLength() || ContextLength 147 src/scopeinfo.cc scope_info->ContextLength() == 0)); ContextLength 226 src/scopeinfo.cc return ContextLength() > 0; ContextLength 307 src/scopeinfo.cc ASSERT(result < ContextLength()); ContextLength 320 src/scopeinfo.cc ASSERT(result < ContextLength()); ContextLength 145 src/scopes.cc num_heap_slots_ = scope_info_->ContextLength();