Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp347 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt8Array, in HWTEST_F_L0() local
444 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint8Array, in HWTEST_F_L0() local
541 …OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint8Clamped… in HWTEST_F_L0() local
640 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt16Array, in HWTEST_F_L0() local
740 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint16Array, in HWTEST_F_L0() local
840 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt32Array, in HWTEST_F_L0() local
940 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint32Array, in HWTEST_F_L0() local
1040 …OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValFloat32Array, in HWTEST_F_L0() local
1089 …OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValFloat64Array, in HWTEST_F_L0() local
1148 … OperationResult opResult = JSTypedArray::FastElementGet(thread, handleTagValTypedArray, i); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_array.cpp620 auto opResult = JSStableArray::Fill(thread, thisObjHandle, value, start, end, len); in Fill() local
744 auto opResult = in Filter() local
1026 JSTaggedValue opResult; in IndexOf() local
1050 auto opResult = BuiltinsArray::Join(argv); in Join() local
1067 auto opResult = BuiltinsArray::Keys(argv); in Keys() local
1185 JSTaggedValue opResult = PopInner(argv, thisHandle, thisObjHandle); in Pop() local
1257 auto opResult = JSStableArray::Push(JSHandle<JSSharedArray>::Cast(thisHandle), argv); in Push() local
1415 …auto opResult = ReduceUnStableJSArray(thread, thisHandle, thisObjVal, k, len, accumulator, callbac… in Reduce() local
1438 auto opResult = JSStableArray::Shift(JSHandle<JSSharedArray>::Cast(thisHandle), argv); in Shift() local
1587 auto opResult = JSStableArray::Slice(thread, thisObjHandle, k, count); in Slice() local
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp2022 …OperationResult opResult = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(obj), … in EnumerableOwnPropertyNamesHelper() local