Home
last modified time | relevance | path

Searched defs:Reduce (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp851 JSTaggedValue JSStableArray::Reduce(JSThread *thread, JSHandle<JSObject> thisObjHandle, in Reduce() function in panda::ecmascript::JSStableArray
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp967 JSTaggedValue BuiltinsTypedArray::Reduce(EcmaRuntimeCallInfo *argv) in Reduce() function in panda::ecmascript::builtins::BuiltinsTypedArray
Dbuiltins_array.cpp1586 JSTaggedValue BuiltinsArray::Reduce(EcmaRuntimeCallInfo *argv) in Reduce() function in panda::ecmascript::builtins::BuiltinsArray
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_array_test.cpp1217 HWTEST_F_L0(BuiltinsArrayTest, Reduce) in HWTEST_F_L0() argument