Searched refs:ShouldTransToFastElements (Results 1 – 3 of 3) sorted by relevance
368 inline bool JSObject::ShouldTransToFastElements(JSHandle<NumberDictionary> dictionary, in ShouldTransToFastElements() function
741 …static bool ShouldTransToFastElements(JSHandle<NumberDictionary> dictionary, uint32_t capacity, ui…
415 … if (ShouldTransToFastElements(JSHandle<NumberDictionary>(thread, elements), capacity, index)) { in AddElementInternal()