Home
last modified time | relevance | path

Searched refs:index2 (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/ldobjbyindex/
Dldobjbyindex.ts83 let index2 = 10.1;
87 AssertType(stu[index2](), "number");
/arkcompiler/ets_runtime/ecmascript/base/tests/
Datomic_helper_test.cpp92 uint32_t index2 = in HWTEST_F_L0() local
96 EXPECT_EQ(index2, 2 * sizeof(int8_t) + byteOffset); in HWTEST_F_L0()
120 JSHandle<JSTaggedValue> index2(thread, JSTaggedValue(2)); in HWTEST_F_L0() local
127 …JSHandle<JSTaggedValue> bufferTag2(thread, AtomicHelper::AtomicStore(thread, arrayVal, index2, val… in HWTEST_F_L0()
134 JSHandle<JSTaggedValue> result2(thread, AtomicHelper::AtomicLoad(thread, arrayVal, index2)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp177 uint32_t index2 = pf->GetOrInsertConstantPool(ConstPoolType::METHOD, methodId[1].GetOffset()); in HWTEST_F_L0() local
180 EXPECT_EQ(index2, 1U); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp1099 uint32_t index2 = ProtoChangeDetails::Cast(protoDetails2.GetTaggedObject())->GetRegisterIndex(); in HWTEST_F_L0() local
1100 EXPECT_TRUE(listeners1->Get(index2) == obj2Class.GetTaggedValue()); in HWTEST_F_L0()
1179 uint32_t index2 = ProtoChangeDetails::Cast(protoDetails2.GetTaggedObject())->GetRegisterIndex(); in HWTEST_F_L0() local
1180 EXPECT_TRUE(listeners1->Get(index2).IsHole()); in HWTEST_F_L0()
1270 uint32_t index2 = ProtoChangeDetails::Cast(protoDetails2.GetTaggedObject())->GetRegisterIndex(); in HWTEST_F_L0() local
1275 JSTaggedValue result2 = ChangeListener::Cast(listeners3.GetTaggedObject())->Get(index2); in HWTEST_F_L0()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_regalloc_test.cpp865 int32_t index2 = 3; in __anon5d7559aa1302() local
874 if (index == index1 || index == index2) { in __anon5d7559aa1302()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1950 uint32_t index2 = CACHE_TABLE_HEADER_SIZE + entry2 * ENTRY_SIZE; in AddResultInCache() local
1961 index2 = CACHE_TABLE_HEADER_SIZE + entry2 * ENTRY_SIZE; in AddResultInCache()
1964 if (cache->Get(index2).IsUndefined()) { in AddResultInCache()
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
Dtypeinfer_failed_cases.gni1010 "automatedcases/declarationEmitDefaultExportWithStaticAssignment/index2",