Home
last modified time | relevance | path

Searched refs:ShouldConvertToSlowElements (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-objects-inl.h906 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()
Djs-objects.cc5097 return ShouldConvertToSlowElements(*this, capacity, index, &new_capacity); in WouldConvertToSlowElements()
5188 } else if (ShouldConvertToSlowElements( in AddDataElement()
Dobjects.cc5246 ShouldConvertToSlowElements(*this, capacity, new_length - 1, in SetLengthWouldNormalize()
/third_party/node/deps/v8/src/json/
Djson-parser.cc437 if (ShouldConvertToSlowElements(cont.elements, cont.max_index + 1)) { in BuildJsonObject()