Home
last modified time | relevance | path

Searched defs:obj2 (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/defineclasswithbuffer/
Ddefineclasswithbuffer.ts36 var obj2 = new Obj2(); variable
/arkcompiler/runtime_core/runtime/tests/
Drem_set_test.cpp97 auto obj2 = static_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize())); in TEST_F() local
132 auto obj2 = static_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize())); in TEST_F() local
167 auto obj2 = static_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize())); in TEST_F() local
Dregion_allocator_test.cpp324 …auto *obj2 = reinterpret_cast<ObjectHeader *>(allocator.Alloc(DEFAULT_ALIGNMENT_IN_BYTES + 2)); /… in TEST_F() local
368 auto *obj2 = reinterpret_cast<ObjectHeader *>(allocator.Alloc(test_class_->GetObjectSize())); in TEST_F() local
Di2c_bridge_test.cpp167 ObjectHeader *obj2 = panda::mem::AllocateNullifiedPayloadString(4); in TEST_F() local
Dinterpreter_test.cpp184 ObjectHeader *obj2 = panda::mem::AllocateNullifiedPayloadString(100); in TEST_F() local
/arkcompiler/ets_runtime/test/moduletest/linkedhashtable/
Dlinkedhashtable.js29 let obj2 = {i: "aaa", 800000003: "bbbbbb", get a() {}}; variable
/arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/
Dcompareobjecthclass.js25 let obj2 = {y : 2, x : 1, z :3}; variable
/arkcompiler/ets_runtime/test/moduletest/objectentries/
Dobjectentries.js30 let obj2 = { variable
/arkcompiler/ets_runtime/test/moduletest/objoperate/
Dobjoperate.js33 var obj2 = {d:1, ...obj1, e:5}; variable
/arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/
Dobjectcloneproperties.js25 var obj2 = new Int32Array(2); variable
/arkcompiler/ets_runtime/test/moduletest/multiprotoic/
Dmultiprotoic.js35 let obj2 = {"c": "3c"}; variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_test.cpp68 JSHandle<JSTaggedValue> obj2(thread, arr2); in HWTEST_F_L0() local
82 JSHandle<JSTaggedValue> obj2(thread, arr2); in HWTEST_F_L0() local
Dgc_test.cpp197 [[maybe_unused]] JSHandle<JSNativePointer> obj2 = factory->NewJSNativePointer(newData1, in HWTEST_F_L0() local
232 [[maybe_unused]] JSHandle<JSNativePointer> obj2 = factory->NewJSNativePointer(newData1, in HWTEST_F_L0() local
Djs_object_test.cpp192 JSHandle<JSObject> obj2 = in HWTEST_F_L0() local
822 …JSHandle<JSObject> obj2 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc… in HWTEST_F_L0() local
948 …JSHandle<JSObject> obj2 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc), objFunc… in HWTEST_F_L0() local
993 JSHandle<JSObject> obj2 = JSObject::ObjectCreate(thread, obj1); in HWTEST_F_L0() local
1039 JSHandle<JSObject> obj2 = JSObject::ObjectCreate(thread, obj1); in HWTEST_F_L0() local
1122 JSHandle<JSObject> obj2 = JSObject::ObjectCreate(thread, obj1); in HWTEST_F_L0() local
1197 JSHandle<JSObject> obj2 = JSObject::ObjectCreate(thread, obj1); in HWTEST_F_L0() local
1322 JSHandle<JSObject> obj2 = factory->NewJSObject(hc0); in HWTEST_F_L0() local
Djs_serializer_test.cpp733 JSHandle<JSObject> obj2 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local
778 JSHandle<JSObject> obj2 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local
845 JSHandle<JSObject> obj2 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local
1002 JSHandle<JSObject> obj2 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp148 auto obj2 = constpool1->GetObjectFromCache(100).GetTaggedObject(); in HWTEST_F_L0() local
201 auto obj2 = constpool->GetObjectFromCache(100).GetTaggedObject(); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DobjectLiteralAssignability.ts18 var obj2: { a: number, b: string } | { a: number, b: string, c: number } = { a: 5, b: "foo", ...obj… variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp63 JSHandle<JSTaggedValue> obj2 = GetCallArg(info, 1); in CompareHClass() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp443 JSHandle<JSObject> obj2 = in HWTEST_F_L0() local
Dbuiltins_array_test.cpp1558 JSHandle<JSObject> obj2(thread, arr2); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp937 JSHandle<JSObject> obj2 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local