Home
last modified time | relevance | path

Searched refs:FillElementsWithHoles (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.cpp225 array->FillElementsWithHoles(thread, newLen, oldLen < capacity ? oldLen : capacity); in SetCapacity()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object-inl.h48 inline void JSObject::FillElementsWithHoles(const JSThread *thread, uint32_t start, uint32_t end) in FillElementsWithHoles() function in panda::ecmascript::JSObject
H A Djs_array.cpp245 array->FillElementsWithHoles(thread, newLen, oldLen < capacity ? oldLen : capacity); in SetCapacity()
H A Djs_object.h608 void FillElementsWithHoles(const JSThread *thread, uint32_t start, uint32_t end);

Completed in 7 milliseconds