Home
last modified time | relevance | path

Searched refs:opResult (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp369 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt8Array, in HWTEST_F_L0() local
371 cVecOpResult.push_back(opResult); in HWTEST_F_L0()
466 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint8Array, in HWTEST_F_L0() local
468 cVecOpResult.push_back(opResult); in HWTEST_F_L0()
563 …OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint8Clamped… in HWTEST_F_L0() local
565 cVecOpResult.push_back(opResult); in HWTEST_F_L0()
662 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValInt16Array, in HWTEST_F_L0() local
664 cVecOpResult.push_back(opResult); in HWTEST_F_L0()
762 … OperationResult opResult = JSTypedArray::IntegerIndexedElementGet(thread, handleTagValUint16Array, in HWTEST_F_L0() local
764 cVecOpResult.push_back(opResult); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp1888 …OperationResult opResult = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(obj), … in EnumerableOwnPropertyNamesHelper() local
1890 value = opResult.GetValue().GetTaggedValue(); in EnumerableOwnPropertyNamesHelper()