Searched refs:length_value (Results 1 – 3 of 3) sorted by relevance
594 uint32_t length_value = static_cast<uint32_t>(length()); in ToValidIndex() local595 if (index > length_value) return length_value; in ToValidIndex()
4067 Handle<Object> length_value = GetValueAndAdvance(frame, value_index); in InitializeObjectWithTaggedFieldsAt() local4068 CHECK_EQ(*length_value, Smi::FromInt(0)); in InitializeObjectWithTaggedFieldsAt()
2661 base::Optional<ObjectRef> length_value( in ReduceFunctionPrototypeBind() local2665 if (!length_value || !name_value) { in ReduceFunctionPrototypeBind()2671 !length_value->IsAccessorInfo() || in ReduceFunctionPrototypeBind()