Searched refs:UpdateArrayCapacity (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_stable_array.h | 133 static JSTaggedValue UpdateArrayCapacity(JSHandle<JSObject> &thisObjHandle, uint32_t &len,
|
| D | js_stable_array.cpp | 155 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()
|