Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dgc_ring_buffer.h56 T Sum(Callback callback, const T &initial) const in Sum() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_intrins/
Dtest_intrins.js30 exports.Sum = function (a, b) { return a + b } class in exports
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dgc_ring_buffer_test.cpp80 HWTEST_F_L0(GCRingBufferTest, Sum) in HWTEST_F_L0() argument