Searched defs:accumulator (Results 1 – 5 of 5) 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/builtins/ |
| D | builtins_array.cpp | 1632 …le<JSTaggedValue> &thisObjVal, int64_t k, int64_t len, JSMutableHandle<JSTaggedValue> &accumulator, in ReduceUnStableJSArray() 1709 JSMutableHandle<JSTaggedValue> accumulator(thread, JSTaggedValue::Undefined()); in Reduce() local 1784 JSMutableHandle<JSTaggedValue> accumulator(thread, JSTaggedValue::Undefined()); in ReduceRight() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_stable_array.cpp | 1079 … JSMutableHandle<JSTaggedValue> accumulator, int64_t &k, int64_t &len) in Reduce()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 410 JSMutableHandle<JSTaggedValue> accumulator = JSMutableHandle<JSTaggedValue>(thread, in DEF_RUNTIME_STUBS() local
|