Searched defs:opResult (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_typed_array_test.cpp | 368 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt8Array, in HWTEST_F_L0() local 465 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint8Array, in HWTEST_F_L0() local 562 …OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint8Clamped… in HWTEST_F_L0() local 661 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt16Array, in HWTEST_F_L0() local 761 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint16Array, in HWTEST_F_L0() local 861 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt32Array, in HWTEST_F_L0() local 961 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint32Array, in HWTEST_F_L0() local 1061 …OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValFloat32Array, in HWTEST_F_L0() local 1110 …OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValFloat64Array, in HWTEST_F_L0() local 1169 … OperationResult opResult = JSTypedArray::FastElementGet(thread, handleTagValTypedArray, i); in HWTEST_F_L0() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.cpp | 1390 …OperationResult opResult = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(obj), … in EnumerableOwnPropertyNamesHelper() local
|