Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/arraySliceCase/
DarraySliceCase.js62 var resArr = srcArr.slice(1, 3); variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/bouncing_pandas/
Dbouncing_pandas.js46 var resArr = gtest.etsVm.callWithCopy("recomputeFrameSBody", arrSBody, vec); variable
/arkcompiler/ets_runtime/test/moduletest/arrayFilterCase/
DarrayFilterCase.js93 var resArr = srcArr.filter(callbackfn); variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_arraybuffer.cpp579 auto *resArr = reinterpret_cast<T *>(&int64Val); in SetValueInBufferForByte() local
802 auto *resArr = reinterpret_cast<T *>(&int64Val); in FastSetValueInBufferForByte() local