Searched defs:accumulator (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_typedarray_test.cpp | 131 int accumulator = GetCallArg(argv, 0)->GetInt(); in TestMapFunc() local 198 int accumulator = GetCallArg(argv, 0)->GetInt(); in TestReduceFunc() local 205 int accumulator = GetCallArg(argv, 0)->GetInt(); in TestReduceRightFunc() local
|
| D | builtins_array_test.cpp | 114 int accumulator = GetCallArg(argv, 0)->GetInt(); in TestMapFunc() local 121 int accumulator = GetCallArg(argv, 0)->GetInt(); in TestFlatMapFunc() local 190 int accumulator = GetCallArg(argv, 0)->GetInt(); in TestReduceFunc() local 197 int accumulator = GetCallArg(argv, 0)->GetInt(); in TestReduceRightFunc() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_stable_array.cpp | 852 … JSMutableHandle<JSTaggedValue> accumulator, int64_t &k, int64_t &len) in Reduce()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 1633 JSMutableHandle<JSTaggedValue> accumulator(thread, JSTaggedValue::Undefined()); in Reduce() local 1743 JSMutableHandle<JSTaggedValue> accumulator(thread, JSTaggedValue::Undefined()); in ReduceRight() local
|