Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_lightweightset.cpp73 JSTaggedValue ContainersLightWeightSet::AddAll(EcmaRuntimeCallInfo *argv) in AddAll() function in panda::ecmascript::containers::ContainersLightWeightSet
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp127 bool JSAPILightWeightSet::AddAll(JSThread *thread, const JSHandle<JSAPILightWeightSet> &obj, in AddAll() function in panda::ecmascript::JSAPILightWeightSet
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_lightweightset_test.cpp179 HWTEST_F_L0(ContainersLightWeightSetTest, AddAll) in HWTEST_F_L0() argument