Searched refs:ShouldTransToDict (Results 1 – 6 of 6) sorted by relevance
327 inline bool JSObject::ShouldTransToDict(uint32_t capacity, uint32_t index) in ShouldTransToDict() function
222 if (JSObject::ShouldTransToDict(oldLen, newLen)) { in SetCapacity()
637 static bool ShouldTransToDict(uint32_t capacity, uint32_t index);
269 if (ShouldTransToDict(capacity, index) || !attr.IsDefaultAttributes()) { in AddElementInternal()
466 if (JSObject::ShouldTransToDict(capacity, elementIndex)) { in StoreElement()
296 if (JSObject::ShouldTransToDict(capacity, elementIndex)) { in DEF_RUNTIME_STUBS()