Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_regexp_test.cpp633 JSHandle<JSTaggedValue> indicesArr = JSObject::GetProperty(thread, execResult, indices).GetValue(); in HWTEST_F_L0() local
634 EXPECT_TRUE(indicesArr->IsJSArray()); in HWTEST_F_L0()
636 JSHandle<JSTaggedValue> indices0 = JSObject::GetProperty(thread, indicesArr, 0).GetValue(); in HWTEST_F_L0()
641 JSHandle<JSTaggedValue> indices1 = JSObject::GetProperty(thread, indicesArr, 1).GetValue(); in HWTEST_F_L0()
648 JSHandle<JSTaggedValue> groupsObj = JSObject::GetProperty(thread, indicesArr, groups).GetValue(); in HWTEST_F_L0()

Completed in 2 milliseconds