Home
last modified time | relevance | path

Searched refs:ShouldTransToDict (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h327 inline bool JSObject::ShouldTransToDict(uint32_t capacity, uint32_t index) in ShouldTransToDict() function
Djs_array.cpp222 if (JSObject::ShouldTransToDict(oldLen, newLen)) { in SetCapacity()
Djs_object.h637 static bool ShouldTransToDict(uint32_t capacity, uint32_t index);
Djs_object.cpp269 if (ShouldTransToDict(capacity, index) || !attr.IsDefaultAttributes()) { in AddElementInternal()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h466 if (JSObject::ShouldTransToDict(capacity, elementIndex)) { in StoreElement()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp296 if (JSObject::ShouldTransToDict(capacity, elementIndex)) { in DEF_RUNTIME_STUBS()