Home
last modified time | relevance | path

Searched defs:RemoveRangeFrom (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_plainarray_test.cpp413 HWTEST_F_L0(ContainersPlainArrayTest, RemoveRangeFrom) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_plainarray.cpp414 JSTaggedValue ContainersPlainArray::RemoveRangeFrom(EcmaRuntimeCallInfo *argv) in RemoveRangeFrom() function in panda::ecmascript::containers::ContainersPlainArray
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_plain_array.cpp137 JSTaggedValue JSAPIPlainArray::RemoveRangeFrom(JSThread *thread, int32_t index, int32_t batchSize) in RemoveRangeFrom() function in panda::ecmascript::JSAPIPlainArray