Searched defs:opResult (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_typed_array_test.cpp | 347 … 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/ |
| D | builtins_shared_array.cpp | 620 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/ |
| D | js_object.cpp | 2022 …OperationResult opResult = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(obj), … in EnumerableOwnPropertyNamesHelper() local
|