Searched refs:ContextLength (Results 1 – 5 of 5) sorted by relevance
119 var_index == scope_info->ContextLength() - 1); in Create()125 DCHECK(scope->num_heap_slots() == scope_info->ContextLength() || in Create()127 scope_info->ContextLength() == 0)); in Create()168 int ScopeInfo::ContextLength() { in ContextLength() function in v8::internal::ScopeInfo206 return ContextLength() > 0; in HasContext()309 DCHECK(result < scope_info->ContextLength()); in ContextSlotIndex()325 DCHECK(result < scope_info->ContextLength()); in ContextSlotIndex()
699 NewFixedArray(scope_info->ContextLength(), TENURED); in NewGlobalContext()713 NewFixedArray(scope_info->ContextLength(), TENURED); in NewModuleContext()771 NewFixedArrayWithHoles(scope_info->ContextLength()); in NewBlockContext()
112 num_heap_slots_ = scope_info_->ContextLength(); in Scope()
4132 int ContextLength();
9069 int length = function->shared()->scope_info()->ContextLength(); in RUNTIME_FUNCTION()