Searched refs:ContextLength (Results 1 – 6 of 6) sorted by relevance
260 var_index == scope_info->ContextLength() - 1); in Create()284 DCHECK_EQ(scope->num_heap_slots(), scope_info->ContextLength()); in Create()325 DCHECK_EQ(Context::MIN_CONTEXT_SLOTS, scope_info->ContextLength()); in CreateForWithScope()389 DCHECK_EQ(scope_info->ContextLength(), Context::MIN_CONTEXT_SLOTS + 1); in CreateGlobalThisBinding()436 int ScopeInfo::ContextLength() { in ContextLength() function in v8::internal::ScopeInfo522 return ContextLength() > 0; in HasContext()672 DCHECK_LT(result, scope_info->ContextLength()); in ContextSlotIndex()688 DCHECK_LT(result, scope_info->ContextLength()); in ContextSlotIndex()
218 num_heap_slots_ = scope_info->ContextLength(); in Scope()
851 NewFixedArray(scope_info->ContextLength(), TENURED); in NewScriptContext()877 NewFixedArray(scope_info->ContextLength(), TENURED); in NewModuleContext()964 Handle<FixedArray> array = NewFixedArray(scope_info->ContextLength()); in NewBlockContext()
4482 int ContextLength();
695 int length = function->shared()->scope_info()->ContextLength(); in RUNTIME_FUNCTION()
885 int const context_length = scope_info->ContextLength(); in ReduceJSCreateBlockContext()