| /arkcompiler/ets_runtime/test/aottest/defineclasswithbuffer/ |
| D | defineclasswithbuffer.ts | 36 var obj2 = new Obj2(); variable
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | rem_set_test.cpp | 97 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
|
| D | region_allocator_test.cpp | 324 …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
|
| D | i2c_bridge_test.cpp | 167 ObjectHeader *obj2 = panda::mem::AllocateNullifiedPayloadString(4); in TEST_F() local
|
| D | interpreter_test.cpp | 184 ObjectHeader *obj2 = panda::mem::AllocateNullifiedPayloadString(100); in TEST_F() local
|
| /arkcompiler/ets_runtime/test/moduletest/linkedhashtable/ |
| D | linkedhashtable.js | 29 let obj2 = {i: "aaa", 800000003: "bbbbbb", get a() {}}; variable
|
| /arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/ |
| D | compareobjecthclass.js | 25 let obj2 = {y : 2, x : 1, z :3}; variable
|
| /arkcompiler/ets_runtime/test/moduletest/objectentries/ |
| D | objectentries.js | 30 let obj2 = { variable
|
| /arkcompiler/ets_runtime/test/moduletest/objoperate/ |
| D | objoperate.js | 33 var obj2 = {d:1, ...obj1, e:5}; variable
|
| /arkcompiler/ets_runtime/test/moduletest/objectcloneproperties/ |
| D | objectcloneproperties.js | 25 var obj2 = new Int32Array(2); variable
|
| /arkcompiler/ets_runtime/test/moduletest/multiprotoic/ |
| D | multiprotoic.js | 35 let obj2 = {"c": "3c"}; variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_array_test.cpp | 68 JSHandle<JSTaggedValue> obj2(thread, arr2); in HWTEST_F_L0() local 82 JSHandle<JSTaggedValue> obj2(thread, arr2); in HWTEST_F_L0() local
|
| D | gc_test.cpp | 197 [[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
|
| D | js_object_test.cpp | 192 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
|
| D | js_serializer_test.cpp | 733 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/ |
| D | snapshot_test.cpp | 148 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/ |
| D | objectLiteralAssignability.ts | 18 var obj2: { a: number, b: string } | { a: number, b: string, c: number } = { a: 5, b: "foo", ...obj… variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_ark_tools.cpp | 63 JSHandle<JSTaggedValue> obj2 = GetCallArg(info, 1); in CompareHClass() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_object_test.cpp | 443 JSHandle<JSObject> obj2 = in HWTEST_F_L0() local
|
| D | builtins_array_test.cpp | 1558 JSHandle<JSObject> obj2(thread, arr2); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | stub_tests.cpp | 937 JSHandle<JSObject> obj2 = factory->NewEmptyJSObject(); in HWTEST_F_L0() local
|