Home
last modified time | relevance | path

Searched refs:indices1 (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_regexp_test.cpp641 JSHandle<JSTaggedValue> indices1 = JSObject::GetProperty(thread, indicesArr, 1).GetValue(); in HWTEST_F_L0() local
642 EXPECT_TRUE(indices1->IsJSArray()); in HWTEST_F_L0()
644 EXPECT_EQ(JSObject::GetProperty(thread, indices1, 0).GetValue()->GetInt(), 1); in HWTEST_F_L0()
645 EXPECT_EQ(JSObject::GetProperty(thread, indices1, 1).GetValue()->GetInt(), 2); in HWTEST_F_L0()

Completed in 3 milliseconds