Searched defs:srcArray (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_array-inl.h | 170 void TaggedArray::RemoveElementByIndex(const JSThread *thread, JSHandle<TaggedArray> &srcArray, in RemoveElementByIndex() 193 void TaggedArray::InsertElementByIndex(const JSThread *thread, JSHandle<TaggedArray> &srcArray, in InsertElementByIndex()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | typed_array_helper.cpp | 212 JSHandle<JSTaggedValue> srcArray = BuiltinsBase::GetCallArg(argv, 0); in CreateFromTypedArray() local
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_lightweightset.cpp | 382 void JSAPILightWeightSet::AdjustArray(JSThread *thread, JSHandle<TaggedArray> srcArray, uint32_t fr… in AdjustArray()
|
D | js_api_plain_array.cpp | 81 void JSAPIPlainArray::AdjustArray(JSThread *thread, TaggedArray *srcArray, int32_t fromIndex, in AdjustArray()
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_lightweightset.cpp | 519 JSHandle<TaggedArray> srcArray(thread, lightweightset->GetValues()); in ToArray() local
|