Searched refs:ShouldConvertToSlowElements (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | js-objects-inl.h | 906 static inline bool ShouldConvertToSlowElements(uint32_t used_elements, in ACCESSORS() 914 static inline bool ShouldConvertToSlowElements(JSObject object, in ShouldConvertToSlowElements() function 932 return ShouldConvertToSlowElements(object.GetFastElementsUsage(), in ShouldConvertToSlowElements()
|
D | js-objects.cc | 5097 return ShouldConvertToSlowElements(*this, capacity, index, &new_capacity); in WouldConvertToSlowElements() 5188 } else if (ShouldConvertToSlowElements( in AddDataElement()
|
D | objects.cc | 5246 ShouldConvertToSlowElements(*this, capacity, new_length - 1, in SetLengthWouldNormalize()
|
/third_party/node/deps/v8/src/json/ |
D | json-parser.cc | 437 if (ShouldConvertToSlowElements(cont.elements, cont.max_index + 1)) { in BuildJsonObject()
|