Home
last modified time | relevance | path

Searched refs:ArrayTestCreate (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dweak_ref_semi_gc_test.cpp64 static TaggedArray *ArrayTestCreate(JSThread *thread) in ArrayTestCreate() function
116 JSTaggedValue array(ArrayTestCreate(thread)); in HWTEST_F_L0()
127 JSHandle<TaggedArray> array(thread, ArrayTestCreate(thread)); in HWTEST_F_L0()
Dweak_ref_old_gc_test.cpp65 static TaggedArray *ArrayTestCreate(JSThread *thread) in ArrayTestCreate() function
135 JSTaggedValue array(ArrayTestCreate(thread)); in HWTEST_F_L0()
146 JSHandle<TaggedArray> array(thread, ArrayTestCreate(thread)); in HWTEST_F_L0()