Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dinter_op_serializer_test.cpp168 JSHandle<JSObject> retObj = JSHandle<JSObject>::Cast(objValue); in JSPlainObjectTest1() local
193 JSHandle<JSObject> retObj = JSHandle<JSObject>::Cast(objValue); in JSPlainObjectTest2() local
217 JSHandle<JSObject> retObj = JSHandle<JSObject>::Cast(objValue); in JSPlainObjectTest3() local
245 JSHandle<JSObject> retObj = JSHandle<JSObject>::Cast(objValue); in JSPlainObjectTest4() local
300 JSHandle<JSObject> retObj = JSHandle<JSObject>::Cast(objValue); in JSErrorTest2() local
325 JSHandle<JSObject> retObj = JSHandle<JSObject>::Cast(objValue); in JSErrorTest3() local
349 JSHandle<JSObject> retObj = JSHandle<JSObject>::Cast(objValue); in BigIntTest() local
385 JSHandle<JSObject> retObj = JSHandle<JSObject>::Cast(objValue); in NativeBindingObjectTest2() local
Dserializer_test.cpp153 JSHandle<JSObject> retObj = JSHandle<JSObject>::Cast(objValue); in JSPlainObjectTest1() local
178 JSHandle<JSObject> retObj = JSHandle<JSObject>::Cast(objValue); in JSPlainObjectTest2() local
202 JSHandle<JSObject> retObj = JSHandle<JSObject>::Cast(objValue); in JSPlainObjectTest3() local
230 JSHandle<JSObject> retObj = JSHandle<JSObject>::Cast(objValue); in JSPlainObjectTest4() local
285 JSHandle<JSObject> retObj = JSHandle<JSObject>::Cast(objValue); in JSErrorTest2() local
310 JSHandle<JSObject> retObj = JSHandle<JSObject>::Cast(objValue); in JSErrorTest3() local
334 JSHandle<JSObject> retObj = JSHandle<JSObject>::Cast(objValue); in BigIntTest() local
370 JSHandle<JSObject> retObj = JSHandle<JSObject>::Cast(objValue); in NativeBindingObjectTest2() local
/arkcompiler/ets_runtime/common_components/heap/ark_collector/tests/
Didle_barrier_test.cpp142 …BaseObject *retObj = idleBarrier->AtomicSwapRefField(oldObj, oldField, newObj, std::memory_order_r… in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp1375 EtsObject *retObj = internalObject->GetFieldObject(internalFieldId); in GetObjectField() local
1832 EtsObject *retObj = internalClass->GetStaticFieldObject(internalFieldId); in GetStaticObjectField() local