| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_vector_test.cpp | 52 JSHandle<JSAPIVector> toor(thread, CreateVector()); in TestCommon() local 77 JSHandle<JSAPIVector> toor(thread, CreateVector()); in HWTEST_F_L0() local 112 auto toor = TestCommon(value, myValue, NODE_NUMBERS); in HWTEST_F_L0() local 140 auto toor = TestCommon(value, myValue, NODE_NUMBERS); in HWTEST_F_L0() local 154 JSHandle<JSAPIVector> toor(thread, CreateVector()); in HWTEST_F_L0() local 173 JSHandle<JSAPIVector> toor(thread, CreateVector()); in HWTEST_F_L0() local 204 JSHandle<JSAPIVector> toor(thread, CreateVector()); in HWTEST_F_L0() local 233 JSHandle<JSAPIVector> toor(thread, CreateVector()); in HWTEST_F_L0() local 260 JSHandle<JSAPIVector> toor(thread, CreateVector()); in HWTEST_F_L0() local 286 JSHandle<JSAPIVector> toor(thread, CreateVector()); in HWTEST_F_L0() local [all …]
|
| D | js_api_deque_test.cpp | 55 JSHandle<JSAPIDeque> toor(thread, CreateDeque()); in HWTEST_F_L0() local 77 JSHandle<JSAPIDeque> toor(thread, CreateDeque()); in HWTEST_F_L0() local 99 JSHandle<JSAPIDeque> toor(thread, CreateDeque()); in HWTEST_F_L0() local 121 JSHandle<JSAPIDeque> toor(thread, CreateDeque()); in HWTEST_F_L0() local 142 JSHandle<JSAPIDeque> toor(thread, CreateDeque()); in HWTEST_F_L0() local 174 JSHandle<JSAPIDeque> toor(thread, CreateDeque()); in HWTEST_F_L0() local 195 JSHandle<JSAPIDeque> toor(thread, CreateDeque()); in HWTEST_F_L0() local 223 JSHandle<JSAPIDeque> toor(thread, CreateDeque()); in HWTEST_F_L0() local
|
| D | js_api_stack_test.cpp | 49 JSHandle<JSAPIStack> toor(thread, CreateStack()); in SearchAndEmptyCommon() local 78 JSHandle<JSAPIStack> toor(thread, CreateStack()); in HWTEST_F_L0() local 102 JSHandle<JSAPIStack> toor(thread, CreateStack()); in HWTEST_F_L0() local 131 auto toor = SearchAndEmptyCommon(value, myValue, NODE_NUMBERS); in HWTEST_F_L0() local 153 auto toor = SearchAndEmptyCommon(value, myValue, NODE_NUMBERS, true); in HWTEST_F_L0() local 165 JSHandle<JSAPIStack> toor(thread, CreateStack()); in HWTEST_F_L0() local 196 JSHandle<JSAPIStack> toor(thread, CreateStack()); in HWTEST_F_L0() local 228 JSHandle<JSAPIStack> toor(thread, CreateStack()); in HWTEST_F_L0() local 261 JSHandle<JSAPIStack> toor(thread, CreateStack()); in HWTEST_F_L0() local 285 JSHandle<JSAPIStack> toor(thread, CreateStack()); in HWTEST_F_L0() local
|
| D | js_api_list_test.cpp | 58 JSHandle<JSAPIList> toor(thread, CreateList()); in HWTEST_F_L0() local 77 JSHandle<JSAPIList> toor(thread, CreateList()); in HWTEST_F_L0() local 83 JSHandle<JSAPIList> toor(thread, CreateList()); in HWTEST_F_L0() local 90 JSHandle<JSAPIList> toor(thread, CreateList()); in HWTEST_F_L0() local 125 JSHandle<JSAPIList> toor(thread, CreateList()); in HWTEST_F_L0() local 145 JSHandle<JSAPIList> toor(thread, CreateList()); in HWTEST_F_L0() local 176 JSHandle<JSAPIList> toor(thread, CreateList()); in HWTEST_F_L0() local 197 JSHandle<JSAPIList> toor(thread, CreateList()); in HWTEST_F_L0() local
|
| D | js_api_linked_list_test.cpp | 58 JSHandle<JSAPILinkedList> toor(thread, CreateLinkedList()); in HWTEST_F_L0() local 87 JSHandle<JSAPILinkedList> toor(thread, CreateLinkedList()); in HWTEST_F_L0() local 93 JSHandle<JSAPILinkedList> toor(thread, CreateLinkedList()); in HWTEST_F_L0() local 100 JSHandle<JSAPILinkedList> toor(thread, CreateLinkedList()); in HWTEST_F_L0() local 180 JSHandle<JSAPILinkedList> toor(thread, CreateLinkedList()); in HWTEST_F_L0() local 201 JSHandle<JSAPILinkedList> toor(thread, CreateLinkedList()); in HWTEST_F_L0() local 232 JSHandle<JSAPILinkedList> toor(thread, CreateLinkedList()); in HWTEST_F_L0() local 253 JSHandle<JSAPILinkedList> toor(thread, CreateLinkedList()); in HWTEST_F_L0() local
|
| D | ecma_test_common.h | 249 …static void ListAddHasCommon(JSThread *thread, JSHandle<T> &toor, JSMutableHandle<JSTaggedValue> &… in ListAddHasCommon() 269 static JSMutableHandle<JSTaggedValue> ListGetLastCommon(JSThread *thread, JSHandle<T> &toor) in ListGetLastCommon() 289 static void GetIndexOfAndGetLastIndexOfCommon(JSThread *thread, JSHandle<T> &toor) in GetIndexOfAndGetLastIndexOfCommon() 312 static void InsertAndGetLastCommon(JSThread *thread, JSHandle<T> &toor) in InsertAndGetLastCommon() 333 …static void ListRemoveCommon(JSThread *thread, JSHandle<T> &toor, JSMutableHandle<JSTaggedValue> &… in ListRemoveCommon()
|
| D | js_api_plain_array_test.cpp | 232 JSHandle<JSAPIPlainArray> toor(thread, CreatePlainArray()); in HWTEST_F_L0() local
|