Searched refs:ContextLength (Results 1 – 6 of 6) sorted by relevance
186 var_index == scope_info->ContextLength() - 1); in Create()191 DCHECK(scope->num_heap_slots() == scope_info->ContextLength() || in Create()193 scope_info->ContextLength() == 0)); in Create()260 DCHECK_EQ(scope_info->ContextLength(), Context::MIN_CONTEXT_SLOTS + 1); in CreateGlobalThisBinding()307 int ScopeInfo::ContextLength() { in ContextLength() function in v8::internal::ScopeInfo371 return ContextLength() > 0; in HasContext()480 DCHECK(result < scope_info->ContextLength()); in ContextSlotIndex()497 DCHECK(result < scope_info->ContextLength()); in ContextSlotIndex()532 DCHECK(result < scope_info->ContextLength()); in ContextGlobalSlotIndex()
120 num_heap_slots_ = scope_info_->ContextLength(); in Scope()
764 NewFixedArray(scope_info->ContextLength(), TENURED); in NewScriptContext()788 NewFixedArray(scope_info->ContextLength(), TENURED); in NewModuleContext()861 Handle<FixedArray> array = NewFixedArray(scope_info->ContextLength()); in NewBlockContext()
4115 int ContextLength();
684 int length = function->shared()->scope_info()->ContextLength(); in RUNTIME_FUNCTION()
737 int const context_length = scope_info->ContextLength(); in ReduceJSCreateBlockContext()