Home
last modified time | relevance | path

Searched defs:obj3 (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/
Dcompareobjecthclass.js26 let obj3 = {x : 11, y : 12, z :13}; variable
/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
Dobjectcloneproperties.js31 var obj3 = { variable
/arkcompiler/ets_runtime/test/moduletest/multiprotoic/
Dmultiprotoic.js36 let obj3 = {"d": "4d"}; variable
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_test.cpp204 [[maybe_unused]] JSHandle<JSNativePointer> obj3 = factory->NewJSNativePointer(newData2, in HWTEST_F_L0() local
240 [[maybe_unused]] JSHandle<JSNativePointer> obj3 = factory->NewJSNativePointer(newData2, in HWTEST_F_L0() local
Djs_object_test.cpp956 …JSHandle<JSObject> obj3 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc… in HWTEST_F_L0() local
994 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1040 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1123 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj2); in HWTEST_F_L0() local
1198 JSHandle<JSObject> obj3 = JSObject::ObjectCreate(thread, obj1); in HWTEST_F_L0() local
1355 JSHandle<JSObject> obj3 = factory->NewJSObject(hc0); in HWTEST_F_L0() local
Djs_serializer_test.cpp846 JSHandle<JSObject> obj3 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local
1003 [[maybe_unused]] JSHandle<JSObject> obj3 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp150 auto obj3 = constpool1->GetObjectFromCache(200).GetTaggedObject(); in HWTEST_F_L0() local
203 auto obj3 = constpool->GetObjectFromCache(200).GetTaggedObject(); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DobjectLiteralAssignability.ts21 var obj3: {} = {}; variable
/arkcompiler/runtime_core/runtime/tests/
Dregion_allocator_test.cpp339 …auto *obj3 = reinterpret_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize() … in TEST_F() local
Dinterpreter_test.cpp185 ObjectHeader *obj3 = panda::mem::AllocateNullifiedPayloadString(200); in TEST_F() local