| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | weak_ref_old_gc_test.cpp | 53 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 77 JSHandle<JSObject> newObj1(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 80 JSObject *newObj2 = JSObjectTestCreate(thread); in HWTEST_F_L0() 96 JSHandle<JSObject> newObj1(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 99 JSObject *newObj2 = JSObjectTestCreate(thread); in HWTEST_F_L0() 115 JSHandle<JSObject> newObj1(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 118 JSHandle<JSObject> newObj2(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 134 JSHandle<JSObject> newObj1(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 145 JSHandle<JSObject> newObj1(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| D | weak_ref_semi_gc_test.cpp | 53 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 77 JSHandle<JSObject> newObj1(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 80 JSObject *newObj2 = JSObjectTestCreate(thread); in HWTEST_F_L0() 96 JSHandle<JSObject> newObj1(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 99 JSHandle<JSObject> newObj2(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 115 JSHandle<JSObject> newObj1(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 126 JSHandle<JSObject> newObj1(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| D | js_arguments_test.cpp | 52 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 61 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 84 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 106 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 126 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 148 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| D | js_proxy_test.cpp | 61 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 70 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 103 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 144 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 188 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 229 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 271 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 318 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 356 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 393 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() [all …]
|
| D | huge_object_test.cpp | 58 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 83 JSHandle<JSObject> newObj(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| D | object_operator_third_test.cpp | 70 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 79 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 149 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 187 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 217 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 252 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 273 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 315 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 367 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 413 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| D | object_operator_second_test.cpp | 70 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 95 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 185 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 224 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 253 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| D | js_object_test.cpp | 67 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 75 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 83 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 102 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 119 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 190 JSHandle<JSTaggedValue> constructor(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 232 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 257 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 282 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 333 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() [all …]
|
| D | object_operator_first_test.cpp | 251 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 373 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 446 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 475 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_test_helper.h | 35 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 43 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in CreateJSProxyHandle()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_weak_set_test.cpp | 66 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 104 JSHandle<JSTaggedValue> key(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 128 JSHandle<JSTaggedValue> key(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 171 JSHandle<JSTaggedValue> key(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| D | builtins_weak_map_test.cpp | 69 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 106 JSTaggedValue value(JSObjectTestCreate(thread)); in HWTEST_F_L0() 131 JSHandle<JSTaggedValue> key(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 176 JSHandle<JSTaggedValue> key(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_third_tests.cpp | 196 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 213 JSHandle<JSTaggedValue> hclass(thread_, JSObjectTestCreate(thread_)); in HWTEST_F_L0()
|