Home
last modified time | relevance | path

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

123

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_stubs.cpp56 static bool EtsBigIntEquality(EtsBigInt *obj1, EtsBigInt *obj2) in EtsBigIntEquality()
86 static bool CompareBoxedPrimitive(EtsObject *obj1, EtsObject *obj2) in CompareBoxedPrimitive()
92 bool EtsValueTypedEquals(EtsCoroutine *coro, EtsObject *obj1, EtsObject *obj2) in EtsValueTypedEquals()
/arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/
Dxcommonjs-exports_2.js21 obj2:{p2: 22} property
/arkcompiler/ets_frontend/arkguard/test/grammar/export/
Dexports_demo_2.js21 obj2:{p2: 22} property
/arkcompiler/ets_frontend/arkguard/test/ut/utils/apiTest_visitPropertyAndName/
DobjectLiteral.d.ts24 declare const obj2: { constant
/arkcompiler/ets_frontend/es2panda/test/parser/binder/
Dobject-scope-name-ts.ts41 const obj2 = { constant
/arkcompiler/ets_frontend/arkguard/test/grammar/getsetaccessor/propertyConfig/
Dobject_literal_get.ts16 let obj2 = { variable
/arkcompiler/ets_runtime/test/aottest/defineclasswithbuffer/
Ddefineclasswithbuffer.ts36 var obj2 = new Obj2(); variable
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/
Dtest-constructor-type-as-type-annotation.ts45 let obj2 = classConstructorTypeTest(myctor); variable
/arkcompiler/ets_runtime/test/moduletest/storeicbyvalue/
Dstoreicbyvalue.js50 let obj2 = {}; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Drem_set_test.cpp100 auto obj2 = static_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize())); in TEST_F() local
134 auto obj2 = static_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize())); in TEST_F() local
169 auto obj2 = static_cast<ObjectHeader *>(allocator.Alloc(allocator.GetMaxRegularObjectSize())); 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/aottest/pgo_forof_set_prototype/
Dpgo_forof_set_prototype.ts37 let obj2 = "123"; variable
/arkcompiler/ets_runtime/test/moduletest/setobjectwithproto/
Dsetobjectwithproto.js35 let obj2 = new C32(); 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/test/aottest/builtin_inlining/set/Delete/
DbuiltinSetDelete.ts188 let obj2 = {}; variable
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/map/Delete/
DbuiltinMapDelete.ts179 let obj2 = {}; variable
/arkcompiler/ets_runtime/test/aottest/object/object_assign/
Dobject_assign.ts34 const obj2 = Object.create( constant
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/map/Get/
DbuiltinMapGet.ts184 let obj2 = {} variable
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_optimizations_test.cpp58 uint64_t obj2 = 1U; variable
133 uint64_t obj2 = 1U; variable
/arkcompiler/ets_runtime/test/moduletest/objoperate/
Dobjoperate.js33 var obj2 = {d:1, ...obj1, e:5}; variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_test.cpp45 JSHandle<JSTaggedValue> obj2(thread, arr2); in HWTEST_F_L0() local
59 JSHandle<JSTaggedValue> obj2(thread, arr2); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
DEtsnapiNameTest.cpp48 [[maybe_unused]] ets_string s, [[maybe_unused]] ets_object obj2) in ETS_EtsnapiNameTest_methodOverloaded__Lstd_core_Object_2Lstd_core_String_2_3D()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_builder.cpp198 Inst *obj2 = GetDefinition(bcInst->GetVReg(1)); in BuildEquals() local

123