Home
last modified time | relevance | path

Searched refs:ShouldTransToFastElements (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h368 inline bool JSObject::ShouldTransToFastElements(JSHandle<NumberDictionary> dictionary, in ShouldTransToFastElements() function
Djs_object.h741 …static bool ShouldTransToFastElements(JSHandle<NumberDictionary> dictionary, uint32_t capacity, ui…
Djs_object.cpp415 … if (ShouldTransToFastElements(JSHandle<NumberDictionary>(thread, elements), capacity, index)) { in AddElementInternal()