| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | weak_ref_old_gc_test.cpp | 29 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 53 JSHandle<JSObject> newObj1(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 56 JSObject *newObj2 = JSObjectTestCreate(thread); in HWTEST_F_L0() 79 JSHandle<JSObject> newObj1(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 90 JSHandle<JSObject> newObj1(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| D | js_arguments_test.cpp | 29 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 38 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 61 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 83 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 103 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 125 JSHandle<JSTaggedValue> argFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| D | weak_ref_semi_gc_test.cpp | 49 JSHandle<JSObject> newObj1(thread, EcmaContainerCommon::JSObjectTestCreate(thread)); in HWTEST_F_L0() 60 JSHandle<JSObject> newObj1(thread, EcmaContainerCommon::JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| D | object_operator_third_test.cpp | 32 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 47 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 117 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 155 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 185 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 220 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 241 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 283 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 335 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 381 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| D | object_operator_second_test.cpp | 39 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 72 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 162 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 200 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 229 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| D | js_proxy_test.cpp | 38 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 47 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 74 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in SetPropertyCommon() 164 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in PropertyCommon() 292 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 330 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 367 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 403 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 509 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 545 JSHandle<JSTaggedValue> hclass(thread, JSObjectTestCreate(thread)); in HandlerConstruct() [all …]
|
| D | js_object_test.cpp | 44 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 52 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 60 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 79 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 96 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 182 JSHandle<JSTaggedValue> constructor(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 224 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 249 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 274 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 325 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() [all …]
|
| D | huge_object_test.cpp | 50 JSHandle<JSObject> newObj(thread, EcmaContainerCommon::JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| D | object_operator_first_test.cpp | 219 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 341 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 414 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 443 JSHandle<JSTaggedValue> objFunc(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| D | ecma_test_common.h | 436 JSHandle<JSObject> newObj1(thread, EcmaContainerCommon::JSObjectTestCreate(thread)); in ArrayUndefinedGcCommon() 439 JSObject *newObj2 = EcmaContainerCommon::JSObjectTestCreate(thread); in ArrayUndefinedGcCommon() 455 JSHandle<JSObject> newObj1(thread, EcmaContainerCommon::JSObjectTestCreate(thread)); in ArrayKeepGcCommon() 458 JSHandle<JSObject> newObj2(thread, EcmaContainerCommon::JSObjectTestCreate(thread)); in ArrayKeepGcCommon()
|
| D | ecma_container_common.h | 58 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function
|
| /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 | 42 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 80 JSHandle<JSTaggedValue> key(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 104 JSHandle<JSTaggedValue> key(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 189 JSHandle<JSTaggedValue> key(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| D | builtins_weak_map_test.cpp | 45 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 82 JSTaggedValue value(JSObjectTestCreate(thread)); in HWTEST_F_L0() 107 JSHandle<JSTaggedValue> key(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0() 169 JSHandle<JSTaggedValue> key(thread, JSObjectTestCreate(thread)); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_third_tests.cpp | 212 static JSFunction *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate() function 229 JSHandle<JSTaggedValue> hclass(thread_, JSObjectTestCreate(thread_)); in HWTEST_F_L0()
|