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.cpp29 static TaggedArray *ArrayTestCreate(JSThread *thread) in ArrayTestCreate() function
50 JSTaggedValue array(ArrayTestCreate(thread)); in HWTEST_F_L0()
61 JSHandle<TaggedArray> array(thread, ArrayTestCreate(thread)); in HWTEST_F_L0()
Dweak_ref_old_gc_test.cpp41 static TaggedArray *ArrayTestCreate(JSThread *thread) in ArrayTestCreate() function
80 JSTaggedValue array(ArrayTestCreate(thread)); in HWTEST_F_L0()
91 JSHandle<TaggedArray> array(thread, ArrayTestCreate(thread)); in HWTEST_F_L0()