Searched refs:kMaxGap (Results 1 – 4 of 4) sorted by relevance
924 if (index - capacity >= JSObject::kMaxGap) return true; in ShouldConvertToSlowElements()
819 static const uint32_t kMaxGap = 1024; variable
3178 jsgraph()->Constant(JSObject::kMaxGap)) in BuildElementAccess()
5327 TNode<TIndex> max_gap = IntPtrOrSmiConstant<TIndex>(JSObject::kMaxGap); in TryGrowElementsCapacity()