Home
last modified time | relevance | path

Searched refs:UpdateArrayCapacity (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.h133 static JSTaggedValue UpdateArrayCapacity(JSHandle<JSObject> &thisObjHandle, uint32_t &len,
Djs_stable_array.cpp155 JSTaggedValue JSStableArray::UpdateArrayCapacity(JSHandle<JSObject> &thisObjHandle, uint32_t &len, in UpdateArrayCapacity() function in panda::ecmascript::JSStableArray
254 UpdateArrayCapacity(thisObjHandle, len, insertCount, actualDeleteCount, receiver, start, in Splice()